1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Added a lot of basic instructions on various topics

This commit is contained in:
Thatcher Peskens 2013-03-29 17:30:10 -07:00
parent f483b214bb
commit 6437648176
13 changed files with 335 additions and 17 deletions

View file

@ -15,3 +15,4 @@ Contents:
hello_world
hello_world_daemon
python_web_app
runningsshservice

View file

@ -0,0 +1,27 @@
Create an ssh daemon service
============================
**Video:**
I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
minutes and not entirely smooth, but gives you a good idea.
.. raw:: html
<div style="margin-top:10px;">
<iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
</div>
You can also get this sshd container by using
::
docker pull dhrp/sshd
The password is 'screencast'