From 3526928ad9631ca8921d51e094e767b75a60146a Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sun, 13 Jul 2014 23:09:52 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb931fe..c6d6a41 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,9 @@ Baseimage-docker *encourages* multiple processes through the use of runit. 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 + +where `` 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.