mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update old dockerng doc ref
This commit is contained in:
parent
633e1208e4
commit
0b80f02226
1 changed files with 2 additions and 2 deletions
|
@ -1445,14 +1445,14 @@ def running(name,
|
|||
.. code-block:: yaml
|
||||
|
||||
foo:
|
||||
dockerng.running:
|
||||
docker_container.running:
|
||||
- image: bar/baz:latest
|
||||
- ulimits: nofile=1024:1024,nproc=60
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
foo:
|
||||
dockerng.running:
|
||||
docker_container.running:
|
||||
- image: bar/baz:latest
|
||||
- ulimits:
|
||||
- nofile=1024:1024
|
||||
|
|
Loading…
Add table
Reference in a new issue