Answers for "UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60"

0

UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60

sudo apt-get vim -y
vim ~/.bashrc
export DOCKER_CLIENT_TIMEOUT=360
export COMPOSE_HTTP_TIMEOUT=360
source ~/.bashrc
Posted by: Guest on April-19-2021

Code answers related to "UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60"

Browse Popular Code Answers by Language