Skip to content

Dockerized SFTP host built on top of official Ubuntu image

License

Notifications You must be signed in to change notification settings

anadune-w/ubuntu-sshd-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-sshd-nginx

Create dockerized SFTP host built on top of official Ubuntu image.

Image components

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

About

Dockerized SFTP host built on top of official Ubuntu image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published