A docker build of the latest CentOS release with updates applied and java 8 installed ( based on image webdizz/centos-java8) and SSHD included.
To run container with sample java command:
docker run --rm webdizz/centos-java8-sshd java -version
To run container as daemon and connect over SSH:
docker run -d -e ROOT_PASS="123456" -p 222:22 webdizz/centos-java8-sshd
ssh -p 222 root@localhost
Content type
Image
Digest
sha256:b4ce5c77d…
Size
279.1 MB
Last updated
almost 11 years ago
docker pull webdizz/centos-java8-sshd