Skip to content
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]
Clone this wiki locally