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

Update README

This commit is contained in:
Hongli Lai (Phusion) 2014-07-13 23:09:52 +02:00
parent 9cf192ca02
commit 3526928ad9
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D

View File

@ -93,7 +93,9 @@ 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:<VERSION> /sbin/my_init -- bash -l
where `<VERSION>` is [one of the baseimage-docker version numbers](https://github.com/phusion/baseimage-docker/blob/nsenter/Changelog.md).
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.