update the host files to point to accessible docker container names for backends
added testing for this, including mock backend server.
This commit is contained in:
7
dockerfiles/services/sslproxy/cli/exec
Executable file
7
dockerfiles/services/sslproxy/cli/exec
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
|
||||
|
||||
docker exec $@
|
||||
#docker network inspect ingress
|
||||
Reference in New Issue
Block a user