github cdalvaro/docker-salt-master 3007.1_3

latest releases: 3006.15, 3007.7, 3006.14_1...
11 months ago

The following changes are only related with the Docker image.

Please refer to the Salt 3007.1 Release Notes for the full list of changes.

What's Changed

Warning

This release removes the keys and logs volumes from the Dockerfile, meaning these directories will be deleted when the container is removed, if they are not mounted from the host.

docker run --name salt_master --detach \
    --publish 4505:4505 --publish 4506:4506 \
    --env 'SALT_LOG_LEVEL=info' \
    --volume $(pwd)/roots/:/home/salt/data/srv/ \
    --volume $(pwd)/keys/:/home/salt/data/keys/ \
    --volume $(pwd)/logs/:/home/salt/data/logs/ \
    ghcr.io/cdalvaro/docker-salt-master:3007.1_3

Changes comparison: 3007.1_2...3007.1_3

docker pull ghcr.io/cdalvaro/docker-salt-master:3007.1_3

Don't miss a new docker-salt-master release

NewReleases is sending notifications on new releases.