-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
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
/etc/docker/daemon.json is now named /etc/docker/key.json #10138
Comments
@khennicb No, it should not. Those are completely different files with completely different purposes. Please remove/update your comment before somebody catches a footbullet. |
It's not that I don't trust your words @jangrewe |
Well, it's kinda obvious from the filename that one is for the configuration for the daemon, and the other contains a key. Here's some background info, though: moby/moby#7667 How did you even come to the conclusion that this is now the new name of the file? Just because it exists and contains some JSON? I think the Docker docs mention everywhere that you have to create the file yourself, if it doesn't exist yet. |
Alright, I see
Yea, most likely. |
thanks for replying to my old issue :) |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
File: config/daemon/ipv6.md
Current sentence :
Edit /etc/docker/daemon.json and set the ipv6 key to true
Should be :
Edit /etc/docker/key.json and set the ipv6 key to true
The text was updated successfully, but these errors were encountered: