From aa4fc77912926e71bf658c2816a8660799f817f8 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Wed, 18 Jan 2017 11:47:00 +0100 Subject: [PATCH] [Misc] More info --- xwiki-mysql-tomcat/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/xwiki-mysql-tomcat/Dockerfile b/xwiki-mysql-tomcat/Dockerfile index 451b9c7..f094608 100644 --- a/xwiki-mysql-tomcat/Dockerfile +++ b/xwiki-mysql-tomcat/Dockerfile @@ -101,4 +101,5 @@ ENTRYPOINT ["start_xwiki.sh"] # When no options are passed on the "docker run" command line we display a message explaining what environment # variables can be overridden. +# Note: This is not implemented yet and FTM --info does nothing. CMD ["--info"] -- GitLab