doc: Update README.md

This commit is contained in:
Carlos Álvaro
2020-08-19 07:20:10 +02:00
parent 58bb9de9e0
commit 59e0bf866c
2 changed files with 12 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ For other methods to install SaltStack please refer to the [Official SaltStack I
- [Changelog](CHANGELOG.md) - [Changelog](CHANGELOG.md)
- [Quick Start](#quick-start) - [Quick Start](#quick-start)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Custom Recipes](#custom-recipes) - [Custom States](#custom-states)
- [Minion Keys](#minion-keys) - [Minion Keys](#minion-keys)
- [Master Signed Keys](#master-signed-keys) - [Master Signed Keys](#master-signed-keys)
- [Salt API](#salt-api) - [Salt API](#salt-api)
@@ -50,13 +50,19 @@ You can also pull the latest tag which is built from the repository `HEAD`
docker pull cdalvaro/docker-salt-master:latest docker pull cdalvaro/docker-salt-master:latest
``` ```
or from [Quay.io](https://quay.io/repository/cdalvaro/docker-salt-master) too. These images are also available from [Quay.io](https://quay.io/repository/cdalvaro/docker-salt-master):
```sh ```sh
docker pull quay.io/cdalvaro/docker-salt-master:latest docker pull quay.io/cdalvaro/docker-salt-master:latest
``` ```
Alternatively you can build the image locally. and from [GitHub Packages](https://github.com/cdalvaro/docker-salt-master/packages):
```sh
docker pull docker.pkg.github.com/cdalvaro/docker-salt-master/docker-salt-master:latest
```
Alternatively, you can build the image locally.
```sh ```sh
docker build -t cdalvaro/docker-salt-master github.com/cdalvaro/docker-salt-master docker build -t cdalvaro/docker-salt-master github.com/cdalvaro/docker-salt-master
@@ -89,9 +95,9 @@ docker run --name salt_master --detach \
## Configuration ## Configuration
### Custom Recipes ### Custom States
In order to provide salt with your custom recipes you must mount the volume `/home/salt/data/srv/` In order to provide salt with your custom states you must mount the volume `/home/salt/data/srv/`
with your `roots` directory. with your `roots` directory.
### Minion Keys ### Minion Keys
@@ -218,7 +224,7 @@ SALTAPI_EAUTH=pam
##### Usage ##### Usage
Beging executing salt recipes with `pepper`: Beging executing salt states with `pepper`:
```sh ```sh
pepper '*' test.ping pepper '*' test.ping

Binary file not shown.