mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 13:42:05 +02:00
Salt starting the so-core docker
This commit is contained in:
@@ -37,3 +37,12 @@ dockernet:
|
|||||||
docker_network.present:
|
docker_network.present:
|
||||||
- name: so-elastic-net
|
- name: so-elastic-net
|
||||||
- driver: bridge
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user