Skip to content

Instantly share code, notes, and snippets.

View BalajiTechs's full-sized avatar
😀
Learning

Omprakash Paliwal BalajiTechs

😀
Learning
View GitHub Profile
@BalajiTechs
BalajiTechs / docker_networking.md
Last active June 30, 2022 08:03
Changing default docker bridge network cidr

Configure docker runtime

  1. Get network details ip a

  2. Create and Update config file for docker daemon

mkdir /etc/docker/
touch /etc/docker/daemon.json
cat > /etc/docker/daemon.json << EOF