Skip to content

Commit

Permalink
Update Usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Jan 22, 2019
1 parent dedd4ae commit 5dc5fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,16 @@ docker run --name salt_master -d \

## Usage

To test which salt minions are listening the following command can be executed from the master service:
To test which salt minions are listening the following command can be executed directly from the host machine:

```sh
docker-compose exec master salt '*' test.ping
docker exec -it salt_master salt '*' test.ping
```

Then, you can apply salt states to your minions:

```sh
docker-compose exec master salt '*' state.apply
docker exec -it salt_master salt '*' state.apply [state]
```

## Shell Access
Expand Down

0 comments on commit 5dc5fdf

Please sign in to comment.