Do the following for credit:
- Go to Dockerhub and locate a docker image that is set up to run as an ssh server.
- Configure it so that it maps port 9000 on the host to port 22 on the docker image
- Show the instructor that you can log in to your docker container on port 9000 over ssh using putty.
- Tip: Search: ubuntu-sshd on docker hub
Checkpoint: Show the instructor!
If you succeeded without directions, great job! If you feel like you have banged your head against the keyboard enough, follow the directions below.
Docker_SSH_Walkthrough