https://github.com/makevoid/docker_ssh
A container with SSH access - Use containers like VMs :)
https://github.com/makevoid/docker_ssh
bash container docker ssh utilities
Last synced: about 2 months ago
JSON representation
A container with SSH access - Use containers like VMs :)
- Host: GitHub
- URL: https://github.com/makevoid/docker_ssh
- Owner: makevoid
- Created: 2015-10-21T23:58:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T23:58:50.000Z (over 10 years ago)
- Last Synced: 2025-03-25T06:02:45.372Z (over 1 year ago)
- Topics: bash, container, docker, ssh, utilities
- Language: Shell
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Docker SSH
Use containers like if they were vms
run this container
connect via ssh for the first time
you can use the bash scripts provided:
sh build.sh
then
sh run.sh
then connect!
ssh root@localhost -p PORT
(find the port on the previus line)
enter the password, it's: `temporary_pass`
because it's a temporary pass as its name states, after logging in you will need to change it to your own password:
first re enter it again and then enter your new password (twice)!
happy usage!
---
after you are done with it you can free the space with `sh cleanup.sh`