mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix bold
This commit is contained in:
parent
2d1155407a
commit
9990db2f5a
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ Create a container
|
||||||
"Warnings":[]
|
"Warnings":[]
|
||||||
}
|
}
|
||||||
|
|
||||||
** Second, start (using the ID returned above) the image we just created, mapping the ssh port 22 to something on the host**:
|
**Second, start (using the ID returned above) the image we just created, mapping the ssh port 22 to something on the host**:
|
||||||
|
|
||||||
.. sourcecode:: http
|
.. sourcecode:: http
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@ Create a container
|
||||||
Content-Type: text/plain; charset=utf-8
|
Content-Type: text/plain; charset=utf-8
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
|
|
||||||
** Now you can ssh into your new container on port 11022.**
|
**Now you can ssh into your new container on port 11022.**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue