From 8cf30f326eea23b8c0fdcf7785f3eb2ae1d0b482 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Tue, 25 Feb 2014 11:09:56 +0100 Subject: [PATCH] Change the documented way to start a shell: run bash through my_init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53362b4..a1f9aba 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Baseimage-docker *encourages* multiple processes through the use of runit. 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.