Merge pull request #12 from portainer/feat-network-field
docs(templates): add a section about the network fieldpull/15/head
commit
997b5d2457
|
@ -130,6 +130,23 @@ Example:
|
|||
]
|
||||
}
|
||||
|
||||
``network``
|
||||
-----------
|
||||
|
||||
A string corresponding to the name of an existing Docker network.
|
||||
|
||||
Will auto-select the network (if it exists) in the templates view.
|
||||
|
||||
This field is **optional**.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"network": "host"
|
||||
}
|
||||
|
||||
``volumes``
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in New Issue