https://github.com/rea1shane/docker-centos-sshd
No frills, simple Docker CentOS with sshd.
https://github.com/rea1shane/docker-centos-sshd
centos docker-image sshd
Last synced: 22 days ago
JSON representation
No frills, simple Docker CentOS with sshd.
- Host: GitHub
- URL: https://github.com/rea1shane/docker-centos-sshd
- Owner: rea1shane
- Created: 2024-04-12T06:06:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T09:28:37.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:08:01.744Z (11 months ago)
- Topics: centos, docker-image, sshd
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rea1shane/centos-sshd
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker CentOS with sshd
[](https://github.com/rea1shane/docker-centos-sshd/actions/workflows/docker-image-ci-7.yml)
[](https://github.com/rea1shane/docker-centos-sshd/actions/workflows/docker-image-ci-8.yml)> 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:
```shell
docker run -d \
--name centos7 \
--hostname centos7 \
rea1shane/centos-sshd:7
```Run CentOS 8 based image:
```shell
docker run -d \
--name centos8 \
--hostname centos8 \
rea1shane/centos-sshd:8
```See more info:
- [CentOS 7 based image](https://github.com/rea1shane/docker-centos-sshd/tree/main/7)
- [CentOS 8 based image](https://github.com/rea1shane/docker-centos-sshd/tree/main/8)