In this readme i'll explain a simple things about me repository.
To get started we need know what services are implemented on the dockerfile for create a container, in this case we have a http, ssh, vsftp and the most important supervisor (it's the manager who start and stop the other services on the contaniner).
ENV USER=[name of user]
ENV PASSWORD=[password of user]
And another path is with the command docker run:
docker run -d -p [port:port] -p [port:port] -e [name user] -e [password]
In this example for start all containers we have this script:
ENTRYPOINT ["/config/bootstrap.sh"]
Whit this we can start supervisor and the other services.
[program:sshd] command=/usr/sbin/sshd -D -f /etc/ssh/sshd_config
Att: Michael Sánchez Peinado
Content type
Image
Digest
Size
295.9 MB
Last updated
over 6 years ago
docker pull msanchez3/supervisor-ssh-httpd-vsftp