diff --git a/Dockerfile b/Dockerfile index 08f43dd09..7cb33fae0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,8 @@ ARG TOOLS=" \ postgresql-client \ openssh-client \ sshpass \ - bubblewrap" + bubblewrap \ + docker-cli" ARG APT_MIRROR=http://deb.debian.org diff --git a/apps/ops/ansible/runner.py b/apps/ops/ansible/runner.py index 44951b657..5f0d75680 100644 --- a/apps/ops/ansible/runner.py +++ b/apps/ops/ansible/runner.py @@ -27,7 +27,7 @@ def docker_isolation_kwargs(): 'process_isolation': True, 'process_isolation_executable': 'docker', 'container_image': ANSIBLE_EE_IMAGE, - 'container_options': ['--network=host'], + 'container_options': ['--network=jms_net'], }