summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-12-02 14:40:26 +0100
committerLinus Nordberg <linus@nordberg.se>2015-12-02 14:40:26 +0100
commit46d57b77ed619d5aa165ef7fd1193936e2bd81f3 (patch)
treeb7db977d9dff870935e39ba3c16a0d1e5603b21c
parent5cb114603661135634d685f5a8c094d1b66d9c5d (diff)
Improve comment.
-rw-r--r--packaging/docker/Dockerfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/packaging/docker/Dockerfile b/packaging/docker/Dockerfile
index cb8f072..39222dd 100644
--- a/packaging/docker/Dockerfile
+++ b/packaging/docker/Dockerfile
@@ -3,11 +3,12 @@
# Generates static HTML from an ikiwiki git repo.
#
-# Run as a "data volume container" (`docker create -v
-# /var/www/radsecproxy --name radsecproxy-web IMAGE /mkhtml.sh') used
-# by another container running a web server (`docker run -d
-# --volumes-from radsecproxy-web --name my_web lighttpd')
-
+# Run as a "data volume container" (`docker run --name radsecproxy-web
+# IMAGE') used by another container running a web server (`docker run
+# -d --volumes-from radsecproxy-web --name my_web
+# web_software_ndn). Note that the radsecproxy-web container will show
+# in `docker ps -a' with status `Exited (0)'. It still exports
+# /var/www/radsecproxy to the my_web container.
FROM web_software_ndn
MAINTAINER Linus Nordberg <linus+radsecproxy@nordu.net>