summaryrefslogtreecommitdiffstats
path: root/scripts/utils/create_docker_network
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/utils/create_docker_network')
-rwxr-xr-xscripts/utils/create_docker_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/utils/create_docker_network b/scripts/utils/create_docker_network
new file mode 100755
index 0000000..861ce22
--- /dev/null
+++ b/scripts/utils/create_docker_network
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo docker network create -d bridge $1