Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.05 KB

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: