running_ssh_service.rst 735 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. .. include:: example_header.inc
  8. **Video:**
  9. I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
  10. minutes and not entirely smooth, but gives you a good idea.
  11. .. raw:: html
  12. <div style="margin-top:10px;">
  13. <iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
  14. </div>
  15. You can also get this sshd container by using
  16. ::
  17. docker pull dhrp/sshd
  18. The password is 'screencast'