salt-sproxy configuration files for the SaltConf20 live demo.
- Clone this repository:
git clone https://github.com/mirceaulinic/SaltConf20.git
- Move into the new
SaltConf20
directory:
cd SaltConf20/
- Create a symlink to the
/etc/salt
and/srv/salt
directories:
ln -s $PWD/srv/salt /srv/
ln -s $PWD/etc/salt /etc/
- Using docker-compose, start up the Docker containers for Salt:
docker-compose -f docker-compose.yml up -d
✨🍰✨
Note
In the docker-compose.yml file, the Docker images for the network OS have been replaced by "build-your-own-image", as the network OS is proprietary software that can only be distributed by the network vendors.
You can build your own Docker images, for example, using the excellent vrnetlab or other similar solutions.