kodekloudhub / ubuntu-ssh-enabled

SSH Enabled Ubuntu Image for Test and Dev purposes ONLY!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu-ssh-enabled

NOTE: THIS IMAGE IS TO BE USED FOR TEST AND LEARNIGN PURPOSES ONLY! NOT TO BE USED IN A PRODUCTION ENVIRONMENT!

SSH Enabled Ubuntu Image for Test and Dev purposes ONLY!

Use:

Run the container:

docker run -d mmumshad/ubuntu-ssh-enabled

Identify the Internal IP

docker inspect <container-id-name>

SSH

ssh <container-ip>

Username: root

Password: Passw0rd

Based on : https://docs.docker.com/engine/examples/running_ssh_service/

About

SSH Enabled Ubuntu Image for Test and Dev purposes ONLY!


Languages

Language:Dockerfile 74.1%Language:Shell 25.9%