/docker-centos-sshd

No frills, simple Docker CentOS with sshd.

Primary LanguageDockerfile

Docker CentOS with sshd

docker-image-ci-7 docker-image-ci-8

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.

Usage

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: