View the version with Zsh and utilities: https://github.com/rea1shane/docker-centos
No frills, simple Docker CentOS with sshd.
The default password for root is 1
.
Run CentOS 7 based image:
docker run -d \
--name centos7 \
--hostname centos7 \
rea1shane/centos-sshd:7
Run CentOS 8 based image:
docker run -d \
--name centos8 \
--hostname centos8 \
rea1shane/centos-sshd:8
See more info: