Run and remove container
docker run --rm busybox echo hello world
docker container ls -a # the container was not left around
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
docker run --rm busybox echo hello world
docker container ls -a # the container was not left around