From 3c8f4fc55f935ca00ede5d6fa8d748c8d036faa4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Dec 2015 14:01:17 +0100 Subject: Update comment. --- packaging/docker/Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packaging/docker/Dockerfile b/packaging/docker/Dockerfile index 3a0c256..921eb99 100644 --- a/packaging/docker/Dockerfile +++ b/packaging/docker/Dockerfile @@ -3,12 +3,14 @@ # Generates static HTML from an ikiwiki git repo. # -# Run as a "data volume container" (`docker create --name -# radsecproxy-web IMAGE') used by another container running a web -# server (`docker run -d --volumes-from radsecproxy-web --name my_web +# 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. +# /var/www/radsecproxy to the my_web container. Note that it must be +# 'run' and not merely 'create':d since mkhtml.sh needs to generate +# the HTML files. FROM web_software_ndn MAINTAINER Linus Nordberg -- cgit v1.1