Skip to content

Use private network address for default-address-pools setting in daem… - #3295

Merged
thaJeztah merged 1 commit into
docker:masterfrom
pepawel:fix/private-default-address-pools
Sep 16, 2021
Merged

Use private network address for default-address-pools setting in daem…#3295
thaJeztah merged 1 commit into
docker:masterfrom
pepawel:fix/private-default-address-pools

Conversation

@pepawel

Copy link
Copy Markdown
Contributor

172.80.0.0/16 is a publicly routable internet address. It shouldn't be used as a private network.
Example in docker documentation encourages users to follow this bad practice.

This pull request changes network address used in example daemon.json file to correct private network.

@codecov-commenter

codecov-commenter commented Sep 11, 2021

Copy link
Copy Markdown

Codecov Report

Merging #3295 (6482f3f) into master (6989268) will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #3295 +/- ##
=======================================
Coverage 57.99% 57.99% =======================================
Files 302 302 Lines 21764 21764 =======================================
Hits 12621 12621 Misses 8219 8219 Partials 924 924 

…on.json example
Signed-off-by: Pawel <pepawel@users.noreply.github.com>
@pepawel

Copy link
Copy Markdown
ContributorAuthor

I've signed off the commit. Please approve.

@thaJeztahthaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, nice catch! Looks like that was overlooked in #818

LGTM

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@pepawel@codecov-commenter@thaJeztah@petross8901