Aug 5, 2024
docker run
: Run a container from an image.docker ps
: List running containers.docker stop
: Stop a running container.docker rm
: Remove a container.docker images
: List images on the host.docker rmi
: Remove an image.docker pull
: Download an image without running it.-e
option during docker run
command.