mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change state example to use proper kwarg
docker.run takes cid as a kwarg, not container
This commit is contained in:
parent
fd53889f0e
commit
8f703461b0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Available Functions
|
|||
|
||||
/finish-install.sh:
|
||||
docker.run:
|
||||
- container: mysuperdocker
|
||||
- cid: mysuperdocker
|
||||
- unless: grep -q something /var/log/foo
|
||||
- docker_unless: grep -q done /install_log
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue