-
-
Notifications
You must be signed in to change notification settings - Fork 26
Usage
Carlos D. Álvaro edited this page Oct 16, 2020
·
1 revision
To test which salt minions are listening the following command can be executed directly from the host machine:
docker exec -it salt_master salt '*' test.ping
Then, you can apply salt states to your minions:
docker exec -it salt_master salt '*' state.apply [state]