From 286be0ba3c32151fc1723df58e06a7be92ecdac4 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Fri, 25 Sep 2015 14:43:06 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0d454..7663aeb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ wait ...except it doesn't [reap orphaned child processes](https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/) and is therefore unsuitable for being PID 1. -**Why not use my_init from phusion/baseimage-docker?** +**Why not use my_init from [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker)?** That works great — if you're willing to add python3 to your Docker images :)