Skip to content

Instantly share code, notes, and snippets.

@tkw1536
Created March 30, 2020 11:03
Show Gist options
  • Save tkw1536/0cc497191280e3b746d810e6e46f6a49 to your computer and use it in GitHub Desktop.
Save tkw1536/0cc497191280e3b746d810e6e46f6a49 to your computer and use it in GitHub Desktop.
/etc/docker/daemon.json config file
{ "default-address-pools": [ {"base":"10.10.0.0/16","size":24} ] }
@tkw1536
Copy link
Author

tkw1536 commented Mar 30, 2020

echo '{ "default-address-pools": [ {"base":"10.10.0.0/16","size":24} ] }' | sudo tee /etc/docker/daemon.json

or for FAU:

echo '{ "default-address-pools": [ {"base":"10.235.0.0/16","size":24} ] }' | sudo tee /etc/docker/daemon.json

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