Take advantage of salt to run remote commands

This commit is contained in:
Alen Komljen
2014-11-14 16:34:20 +01:00
parent f47f1da3d6
commit 58248b9c05

View File

@@ -184,11 +184,10 @@ ID Image(s) Host
78140853-3ffe-11e4-9036-0800279696e1 dockerfile/nginx 10.245.2.3/10.245.2.3 replicationController=myNginx Waiting 78140853-3ffe-11e4-9036-0800279696e1 dockerfile/nginx 10.245.2.3/10.245.2.3 replicationController=myNginx Waiting
``` ```
You need to wait for the provisioning to complete, you can monitor the minions by doing You need to wait for the provisioning to complete, you can monitor the minions by doing:
``` ```
$ vagrant ssh minion-1 $ sudo salt '*minion-1' cmd.run 'docker images'
$ sudo docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
<none> <none> 96864a7d2df3 26 hours ago 204.4 MB <none> <none> 96864a7d2df3 26 hours ago 204.4 MB
google/cadvisor latest e0575e677c50 13 days ago 12.64 MB google/cadvisor latest e0575e677c50 13 days ago 12.64 MB