Skip to content

cmsj/docker-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple dockule for sshd, based on CentOS.

Only tested running on Atomic host. Note that this is pretty specific to me because my username and public SSH keys are in the Ansible playbook.yml.

Install:

  • docker pull cmsj/sshd
  • docker create --privileged --restart=always --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro --name=sshd cmsj/sshd:latest
  • docker start sshd

About

Simple sshd container, based on CentOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors