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:
parent
f483b214bb
commit
6437648176
13 changed files with 335 additions and 17 deletions
|
@ -15,3 +15,4 @@ Contents:
|
|||
hello_world
|
||||
hello_world_daemon
|
||||
python_web_app
|
||||
runningsshservice
|
||||
|
|
27
docs/sources/examples/runningsshservice.rst
Normal file
27
docs/sources/examples/runningsshservice.rst
Normal 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'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue