adop-docker-compose icon indicating copy to clipboard operation
adop-docker-compose copied to clipboard

Not able to create local platform due to errors with docker --tlsverify

Open TheTechOddBug opened this issue 7 years ago • 4 comments

When the command in compose script:

docker --tlsverify --tlscacert=${HOME}/.docker/machine/certs/ca.pem --tlscert=${TEMP_CERT_PATH}/cert.pem --tlskey=${TEMP_CERT_PATH}/key.pem -H=${DOCKER_HOST} version &> /dev/null

do not finish properly, that script to bring up the platform do not finish ok (although platform could be created properly anyway).

I have found this issue repeatedly in local environments.

TheTechOddBug avatar Apr 20 '17 13:04 TheTechOddBug

@TheTechOddBug please can you provide the steps to reproduce this?

RobertNorthard avatar May 11 '18 13:05 RobertNorthard

@TheTechOddBug I tried with docker-machine but can't reproduce this issue. Could you please provide the steps?

SachinKSingh28 avatar May 19 '18 19:05 SachinKSingh28

I haven't tried that lately but the issue happened on low resources and not so much cpu capable PC and, maybe, more important within company network connection and restrictions. I'll try again and I'll let you know.

TheTechOddBug avatar May 19 '18 20:05 TheTechOddBug

@TheTechOddBug any update on this issue?

luismsousa avatar Oct 11 '18 11:10 luismsousa