ini Docker与主管

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini Docker与主管相关的知识,希望对你有一定的参考价值。

FROM ubuntu

RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade

RUN apt-get install -y openssh-server supervisor
ADD sshd.conf /etc/supervisor/conf.d/sshd.conf

RUN mkdir -p /var/run/sshd

RUN echo "root:root" | chpasswd

EXPOSE 22

CMD /usr/bin/supervisord -n
[program:sshd]
directory=/usr/local/
command=/usr/sbin/sshd -D
autostart=true
autorestart=true
redirect_stderr=true

以上是关于ini Docker与主管的主要内容,如果未能解决你的问题,请参考以下文章

ini 通过主管执行简单的德鲁伊

ini 示例主管命令

ini django的主管配置

ini 样本主管conf

通过主管和 docker-compose 从 django 输出彩色日志

无法更新 Docker 容器中的 php.ini 文件