Salt starting the so-core docker

This commit is contained in:
Mike Reeves
2018-02-07 09:00:43 -05:00
parent 8ef356d638
commit 8db0269051

View File

@@ -37,3 +37,12 @@ dockernet:
docker_network.present:
- name: so-elastic-net
- driver: bridge
so-core:
docker_container.running:
- image: toosmooth/so-bro:test1
- hostname: so-core
- user: socore
- binds:
- /opt/so:/opt/so:rw
- network_mode: so-elastic-net