Skip to content

Commit 0a4f059

Browse files
quaresmajosedoanac
authored andcommitted
lmp/build-sdk-container: unset DOCKER_HOST
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent fc9ce13 commit 0a4f059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmp/build-sdk-container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source $HERE/../helpers.sh
66
LATEST=${LATEST:-latest}
77

88
status Launching dockerd
9+
unset DOCKER_HOST
910
/usr/local/bin/dockerd-entrypoint.sh --experimental --raw-logs >/archive/dockerd.log 2>&1 &
1011
for i in `seq 12 -1 0` ; do
1112
sleep 5

0 commit comments

Comments
 (0)