Common module - Added workaround for docker net

This commit is contained in:
Mike Reeves
2018-04-16 13:12:03 -04:00
parent 83085ece63
commit 402360b682
2 changed files with 9 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ docker:
# - name: so-elastic-net
# - driver: bridge
# dockernet work around
dockernet:
cmd.script:
- source: salt://common/scripts/dockernet.sh
# Snag the so-core docker
toosmooth/so-core:test2:
docker_image.present

View File

@@ -0,0 +1,3 @@
#!/bin/#!/usr/bin/env bash
docker network create -d bridge so-elastic-net