fix build and deploy of sslproxy
This commit is contained in:
@@ -3,9 +3,13 @@ set -e
|
||||
|
||||
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
|
||||
|
||||
#docker exec $@
|
||||
container=$(docker ps -qn1)
|
||||
# shellcheck disable=SC2068
|
||||
docker exec -it "$container" $@
|
||||
#docker network inspect ingress
|
||||
|
||||
#docker service $@
|
||||
|
||||
docker $@
|
||||
#docker $@
|
||||
|
||||
#wget --no-check-certificate --spider -S --header='Host: abcapi.xai-corp.net' https://localhost/
|
||||
|
||||
Reference in New Issue
Block a user