Fix FQDN bug in DOCKER_HOST env.
This commit is contained in:
parent
1690092f65
commit
9c17dd84d5
@ -4,7 +4,7 @@ set -eu
|
|||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# redirect all docker commands to the remote host.
|
# redirect all docker commands to the remote host.
|
||||||
DOCKER_HOST="ssh://ubuntu@$PRIMARY_WWW_FQDN"
|
DOCKER_HOST="ssh://ubuntu@$WWW_FQDN"
|
||||||
export DOCKER_HOST="$DOCKER_HOST"
|
export DOCKER_HOST="$DOCKER_HOST"
|
||||||
|
|
||||||
# prepare clams images and such
|
# prepare clams images and such
|
||||||
|
Loading…
Reference in New Issue
Block a user