We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use: docker-compose up --build -d
docker-compose up --build -d
I get the following error:
ERROR: SSL error: HTTPSConnectionPool(host='192.168.99.100', port=2376): Max retries exceeded with url: /v1.25/containers/json?all=1&limit=-1&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Dportfoliodocker%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D&trunc_cmd=0&size=0 (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)'),))
I can fixed it with this: export COMPOSE_TLS_VERSION=TLSv1_2 Here more info: vmware/vic-product#955
export COMPOSE_TLS_VERSION=TLSv1_2
I think this problem its for network of virtual box, but i dont know sure. Im running ubuntu 18.04 with virtual box 5.9 and docker 19.03
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to use:
docker-compose up --build -d
I get the following error:
ERROR: SSL error: HTTPSConnectionPool(host='192.168.99.100', port=2376): Max retries exceeded with url: /v1.25/containers/json?all=1&limit=-1&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Dportfoliodocker%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D&trunc_cmd=0&size=0 (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)'),))
I can fixed it with this:
export COMPOSE_TLS_VERSION=TLSv1_2
Here more info:
vmware/vic-product#955
I think this problem its for network of virtual box, but i dont know sure.
Im running ubuntu 18.04 with virtual box 5.9 and docker 19.03
The text was updated successfully, but these errors were encountered: