Skip to content

kinogmt/centos-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Docker Images for CentOS with SSH Access

Dockerfile

Build

Run following command in the directory with Dockerfile above.

% docker build -t centos-ssh .

Run

Start one container simply using docker run command

 % docker run -d -h c1 --name c1

Start multiple containers using docker-compose command

See here.

About

centos with ssh

Resources

Stars

Watchers

Forks

Packages

No packages published