1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Merge pull request #51 from nanobeep/patch-1

Use '--rm' instead of '-rm', which was deprecated in Docker 0.9
This commit is contained in:
Hongli Lai 2014-04-21 16:43:35 +02:00
commit 9f369b5ed7

View File

@ -90,7 +90,7 @@ Baseimage-docker *encourages* multiple processes through the use of runit.
To look around in the image, run: To look around in the image, run:
docker run -rm -t -i phusion/baseimage /sbin/my_init -- bash -l docker run --rm -t -i phusion/baseimage /sbin/my_init -- bash -l
You don't have to download anything manually. The above command will automatically pull the baseimage-docker image from the Docker registry. You don't have to download anything manually. The above command will automatically pull the baseimage-docker image from the Docker registry.