Is there a way to make DinD's docker daemon recognize the settings in /etc/docker/daemon.json? #45
Replies: 1 comment
-
|
I solved it by mounting daemon.json as below. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set up as follows and started DinD.
I wanted to add Registry Mirror settings, so I had to set the following in /etc/docker/daemon.json.
After starting the development container, create /etc/docker/daemon.json and the settings in /etc/docker/daemon.json will be reflected by the following operations.
Is it possible to pre-specify /etc/docker/daemon.json?
Beta Was this translation helpful? Give feedback.
All reactions