Update documentation

Issue #9
This commit is contained in:
Carlos Álvaro
2018-12-19 22:23:03 +01:00
parent 74431312d6
commit fbd13b4120
3 changed files with 16 additions and 11 deletions

View File

@@ -22,7 +22,8 @@ quickstart:
--publish=4505:4505/tcp --publish=4506:4506/tcp \
--env "USERMAP_UID=$(shell id -u)" --env "USERMAP_GID=$(shell id -g)" \
--env SALT_LOG_LEVEL=info \
--volume $(shell pwd)/srv/:/home/salt/data/srv/ \
--volume $(shell pwd)/recipes/:/home/salt/data/srv/ \
--volume $(shell pwd)/keys/:/home/salt/data/keys/ \
--volume $(shell pwd)/logs/:/home/salt/data/logs/ \
cdalvaro/saltstack-master:latest
@echo "Type 'make logs' for the logs"