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
$ docker -D pull jenkins/jenkins
WARNING: Error loading config file: /home/alb/.docker/config.json - json: cannot unmarshal string into Go struct field ConfigFile.proxies of type configfile.ProxyConfig
Using default tag: latest
[^C]
Sorry, my bad: it turns out that #93 implemented reading config.json only for build and run commands.
Works now, thanks!
Unfortunately my real use case is to use docker-compose to build and run containers, so I'm still out of luck.
Any plans applying the patch to docker-compose as well?
Description
Trying the feature introduced in #93, pushed to 17.07.
Am I using the correct syntax?
Steps to reproduce the issue:
Describe the results you received:
Output of
docker version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: