A container Docker with CentOS 7, SSH server and scp.
10K+
A container Docker with CentOS 7, SSH server and scp.
git clone https://github.com/systextil-labs/centos-ssh-server.git
cd centos-ssh-server
docker build -t systextil/centos-ssh-server .
docker run -d --name=SSH_SEVER -p 2222:22 systextil/centos-ssh-server:latest
ssh [email protected] -p 2222
password: admin
Content type
Image
Digest
Size
143.6 MB
Last updated
about 9 years ago
docker pull systextil/centos-ssh-server