Change state example to use proper kwarg

docker.run takes cid as a kwarg, not container
This commit is contained in:
rallytime 2015-04-21 11:16:05 -06:00
parent fd53889f0e
commit 8f703461b0

View file

@ -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