running_ssh_service.rst 704 B

1234567891011121314151617181920212223242526272829303132
  1. :title: Running an SSH service
  2. :description: A screencast of installing and running an sshd service
  3. :keywords: docker, example, package installation, networking
  4. .. _running_ssh_service:
  5. Create an ssh daemon service
  6. ============================
  7. **Video:**
  8. I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
  9. minutes and not entirely smooth, but gives you a good idea.
  10. .. raw:: html
  11. <div style="margin-top:10px;">
  12. <iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
  13. </div>
  14. You can also get this sshd container by using
  15. ::
  16. docker pull dhrp/sshd
  17. The password is 'screencast'