Skip to content

A minimal Docker image with sshd and nginx service. A few common tools such as ssh / curl are included as well.

Notifications You must be signed in to change notification settings

davxiao/docker-nginx-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-sshd

A minimal Docker image with sshd and nginx service. The following packages are included:

  • nginx
  • openssh
  • bash
  • dumb-init
  • python3
  • tcpdump
  • socat
  • nfs-utils
  • tzdata
  • curl
  • git
  • jq
  • yq
  • AWS cli

This image is ONLY intended for non-prod use.

For security reasons, the sshd is configured to allow only publickey access. You will need to place your own public key file id_rsa.pub in the folder. If the private key is compromised, the container must be stopped immediately to prevent from unauthorized access.

TODO:

About

A minimal Docker image with sshd and nginx service. A few common tools such as ssh / curl are included as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published