Create dockerized SFTP host built on top of official Ubuntu image.
The image is using supervisord
to be able to control multiple binaries on the host machine during startup, because dockerfile
is not supporting multiple CMD or ENTRYPOINTS directly from its native file config.
Base distribution:
Additional services:
Configurations:
- Default command:
/usr/bin/supervisord
- Exposed ports: 22 80 443
- Root password: root
- Nginx user: www-data
PermitRootLogin yes