adop-docker-compose
adop-docker-compose copied to clipboard
Not able to create local platform due to errors with docker --tlsverify
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 please can you provide the steps to reproduce this?
@TheTechOddBug I tried with docker-machine but can't reproduce this issue. Could you please provide the steps?
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 any update on this issue?