diff --git a/salt/common/init.sls b/salt/common/init.sls index 88ad63f65..cda5eb1dd 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -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