浏览代码

Merge pull request #7238 from dericcrago/patch-1

apache2 was looking for two other directories
James Turnbull 11 年之前
父节点
当前提交
1d21f75fa4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/sources/articles/using_supervisord.md

+ 1 - 0
docs/sources/articles/using_supervisord.md

@@ -38,6 +38,7 @@ We can now install our SSH and Apache daemons as well as Supervisor in
 our container.
 
     RUN apt-get install -y openssh-server apache2 supervisor
+    RUN mkdir -p /var/lock/apache2 /var/run/apache2
     RUN mkdir -p /var/run/sshd
     RUN mkdir -p /var/log/supervisor