gentoo-openrc: Break out OpenRC configuration into a separate Dockerfile
[dockerfile.git] / README.md
index fb83730560bf08ac3bd5fd484bc835628c75cd8a..8db851b524f3014982ca6f263217592070117cf7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,26 +20,27 @@ The dependency graph is:
     `-- gentoo-portage  (adds portage directory)
         `-- gentoo-utc  (adds a system timezone)
             `-- gentoo-en-us  (adds locale)
-                `-- gentoo-syslog  (adds syslog-ng and associates)
-                    |-- buildbot  (adds a Buildbot master and slave)
-                    |-- docker-registry  (adds a Docker registry server)
-                    |-- gentoo-layman  (adds layman for Gentoo overlays)
-                    |   `-- package-cache  (adds a package-cache proxy)
-                    |-- gentoo-node  (adds Node and npm)
-                    |   `-- hubot  (adds hubot with an IRC adapter)
-                    |-- irker  (adds irker, and spawns irkerd by default)
-                    |-- memcached  (adds Memcached)
-                    |-- nginx  (adds Nginx)
-                    |   |-- nginx-proxy  (SSL/TLS proxying via SNI)
-                    |   |-- kibana  (adds Kibana)
-                    |   `-- kibana-azure  (adds Azure's Kibana)
-                    |-- ngircd  (adds ngIRCd)
-                    |-- postgresql  (adds PostgreSQL)
-                    |-- redis  (adds Redis)
-                    |-- salt-minion  (adds a Salt Stack minion)
-                    |-- stunnel  (adds stunnel)
-                    `-- gentoo-java  (adds IcedTea)
-                        `-- elasticsearch  (adds Elasticsearch)
+                `-- gentoo-openrc  (configure OpenRC for Docker)
+                    `-- gentoo-syslog  (adds syslog-ng and associates)
+                        |-- buildbot  (adds a Buildbot master and slave)
+                        |-- docker-registry  (adds a Docker registry server)
+                        |-- gentoo-layman  (adds layman for Gentoo overlays)
+                        |   `-- package-cache  (adds a package-cache proxy)
+                        |-- gentoo-node  (adds Node and npm)
+                        |   `-- hubot  (adds hubot with an IRC adapter)
+                        |-- irker  (adds irker, and spawns irkerd by default)
+                        |-- memcached  (adds Memcached)
+                        |-- nginx  (adds Nginx)
+                        |   |-- nginx-proxy  (SSL/TLS proxying via SNI)
+                        |   |-- kibana  (adds Kibana)
+                        |   `-- kibana-azure  (adds Azure's Kibana)
+                        |-- ngircd  (adds ngIRCd)
+                        |-- postgresql  (adds PostgreSQL)
+                        |-- redis  (adds Redis)
+                        |-- salt-minion  (adds a Salt Stack minion)
+                        |-- stunnel  (adds stunnel)
+                        `-- gentoo-java  (adds IcedTea)
+                            `-- elasticsearch  (adds Elasticsearch)
 
 Run: