mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Common module - Added workaround for docker net
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
#!/bin/#!/usr/bin/env bash
|
#!/bin/#!/usr/bin/env bash
|
||||||
|
|
||||||
docker network create -d bridge so-elastic-net
|
if [ ! -f /opt/so/state/dockernet.state ]; then
|
||||||
|
docker network create -d bridge so-elastic-net
|
||||||
|
touch /opt/so/state/dockernet.state
|
||||||
|
else
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user