Update README

This commit is contained in:
Peter Bourgon 2015-09-25 14:43:06 +02:00
parent 18a82bd528
commit 286be0ba3c
1 changed files with 1 additions and 1 deletions

View File

@ -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 :)