You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run the docker-compose up command, I'm running into a final error
ERROR: compose.cli.main.main: Service 'client' failed to build: The command '/bin/sh -c apk add --no-cache git' returned a non-zero code: 1
Full output of GATEWAY_CERTS="$PWD/ssl_certs" docker-compose --verbose up -d can be found below. The Docker service has been configured to use our outgoing proxies and I have also set up a ~/.docker/config.json according to https://docs.docker.com/network/proxy/ to provide the proxy settings to the client.
Running docker run --rm -i -t alpine /bin/sh -c "apk add --no-cache git" doesn't return any error.
My working experience with Docker is very limited to say the least. I'm very grateful for any hints or pointers.
Cheers
Full output of GATEWAY_CERTS="$PWD/ssl_certs" docker-compose --verbose up -d
Hi,
when I run the
docker-compose up
command, I'm running into a final errorERROR: compose.cli.main.main: Service 'client' failed to build: The command '/bin/sh -c apk add --no-cache git' returned a non-zero code: 1
Full output of
GATEWAY_CERTS="$PWD/ssl_certs" docker-compose --verbose up -d
can be found below. The Docker service has been configured to use our outgoing proxies and I have also set up a~/.docker/config.json
according to https://docs.docker.com/network/proxy/ to provide the proxy settings to the client.Running
docker run --rm -i -t alpine /bin/sh -c "apk add --no-cache git"
doesn't return any error.My working experience with Docker is very limited to say the least. I'm very grateful for any hints or pointers.
Cheers
Full output of
GATEWAY_CERTS="$PWD/ssl_certs" docker-compose --verbose up -d
The text was updated successfully, but these errors were encountered: