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

Change the documented way to start a shell: run bash through my_init

This commit is contained in:
Hongli Lai (Phusion) 2014-02-25 11:09:56 +01:00
parent 9af37c0d58
commit 8cf30f326e
No known key found for this signature in database
GPG Key ID: 06A131094B6F4332

View File

@ -84,7 +84,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 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.