Skip to content

Docker centos image with ssh running under supervisord.

Notifications You must be signed in to change notification settings

falaa/centos-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a base image build upon official centos image. During build user and password for ssh connection will be printed. Default username is user but it can be changed in Dockerfile.

When running container, connect volume with authorized_keys file to /srv for key authorization.

Building

docker build -t <image name> .

Running

docker run -d -v <dir with authorized_keys file>/:/srv <image name>

About

Docker centos image with ssh running under supervisord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages