Add CHANGELOG.md
This commit is contained in:
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
This file only reflects the changes that are made in this image.
|
||||||
|
Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/develop/topics/releases/2018.3.2.html) for the list of changes in SaltStack.
|
||||||
|
|
||||||
|
**2018.3.2**
|
||||||
|
|
||||||
|
- First version: SaltStack Master 2018.3.2
|
||||||
@@ -9,6 +9,7 @@ For other methods to install SaltStack please refer to the [Official SaltStack I
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [Changelog](CHANGELOG.md)
|
||||||
- [Quick Start](#quick-start)
|
- [Quick Start](#quick-start)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Custom Recipes](#custom-recipes)
|
- [Custom Recipes](#custom-recipes)
|
||||||
@@ -60,7 +61,7 @@ Alternatively, you can manually launch the `saltstack-master` container:
|
|||||||
docker run --name salt_master --detach \
|
docker run --name salt_master --detach \
|
||||||
--publish 4505:4505/tcp --publish 4506:4506/tcp \
|
--publish 4505:4505/tcp --publish 4506:4506/tcp \
|
||||||
--env 'SALT_LOG_LEVEL=info' \
|
--env 'SALT_LOG_LEVEL=info' \
|
||||||
--read-only --volume $(pwd)/srv/:/srv/ \
|
--read-only --volume $(pwd)/srv/:/home/salt/data/srv/ \
|
||||||
cdalvaro/saltstack-master:2018.3.2
|
cdalvaro/saltstack-master:2018.3.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user