TheButtonJustSpins

joined 2 years ago
[–] TheButtonJustSpins 18 points 2 years ago* (last edited 2 years ago) (5 children)

Docker network pools are huge by default. I had to change this as well.

This article covers the issue and the solution in detail:
https://straz.to/2021-09-08-docker-address-pools/

If you just want the solution, skip to the section titled How to configure docker to allow >500 bridge networks. I think you'll need to remake all your networks after making the change, if I remember correctly.

Here's my config now:

$ sudo cat /etc/docker/daemon.json
{
  "default-address-pools": [
    { "base":"172.16.0.0/12", "size":24 },
    { "base":"172.17.0.0/12", "size":24 },
    { "base":"172.18.0.0/12", "size":24 },
    { "base":"172.19.0.0/12", "size":24 },
    { "base":"172.20.0.0/12", "size":24 },
    { "base":"172.21.0.0/12", "size":24 },
    { "base":"172.22.0.0/12", "size":24 },
    { "base":"172.23.0.0/12", "size":24 },
    { "base":"172.24.0.0/12", "size":24 },
    { "base":"172.25.0.0/12", "size":24 },
    { "base":"172.26.0.0/12", "size":24 },
    { "base":"172.27.0.0/12", "size":24 },
    { "base":"172.28.0.0/12", "size":24 },
    { "base":"172.29.0.0/12", "size":24 },
    { "base":"172.30.0.0/12", "size":24 },
    { "base":"172.31.0.0/12", "size":24 }
  ],
  "log-opts": {
    "max-size": "1g"
  }
}
[–] TheButtonJustSpins 1 points 2 years ago

More of a happy it's Saturday feeling.

[–] TheButtonJustSpins 2 points 2 years ago

I still need to get this back up after the database requirement took it down

[–] TheButtonJustSpins 21 points 2 years ago (4 children)

No, since it would have created atoms, right?

[–] TheButtonJustSpins 6 points 2 years ago

And the most recognized in general circles.

[–] TheButtonJustSpins 5 points 2 years ago

A Pixel with grapheneOS? Get full control of your phone.

[–] TheButtonJustSpins 2 points 2 years ago

Clearly leading by example.

[–] TheButtonJustSpins 1 points 2 years ago

Nice TryRS.

[–] TheButtonJustSpins 6 points 2 years ago

Hype; this means I should get my batch 8 in like a month.

[–] TheButtonJustSpins 41 points 2 years ago

I don't use social media to stay in contact with family; I use various messaging/call technologies.

[–] TheButtonJustSpins 2 points 2 years ago* (last edited 2 years ago) (4 children)

Yes, that would work. Highly recommend installing docker and running in containers. (Except Tailscale, probably; that would be native.)

[–] TheButtonJustSpins 1 points 2 years ago

Why is this surprising?

view more: ‹ prev next ›