Skip to content

Commit

Permalink
pull/213 Improved help message for Links and Network mode fields (Kos…
Browse files Browse the repository at this point in the history
…tyaSha#214)

* pull/213 Improved help message for Links and Network mode fields

* pull/213 Removed div wrapper
  • Loading branch information
krufab authored and KostyaSha committed Nov 4, 2017
1 parent 3c97c12 commit e7a02dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Add link to another container.
Add link to another container. Only the form container:alias is supported (e.g. the_db_container:db).
<br>
Consult <a href="https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/#communication-across-links">https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/#communication-across-links</a> for further information.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<li>Empty: undefined, docker daemon defaults</li>
<li>'bridge': creates a new network stack for the container on the docker bridge</li>
<li>'none': no networking for this container</li>
<li>'container:&lt;name|id&gt;': reuses another container network stack
<li>'container:&lt;name | id&gt;': reuses another container network stack
</li>
<li>'host': use the host network stack inside the container. Note: the host mode gives the container full access
to local system services such as D-bus and is therefore considered insecure.
Expand Down

0 comments on commit e7a02dd

Please sign in to comment.