351
edits
(create page) |
(add docker fix instructions) |
||
Line 1: | Line 1: | ||
There are multiple Wifi networks at Protospace. | |||
'''Protospace''' - most people use this one, the password is displayed on various signs around the space | |||
'''PS-makers''' - ? | |||
'''PS-guest''' - ? | |||
'''PS-infrastructure''' - ? | |||
=== Resolve Docker DNS Hijacking === | |||
If you are one of the two people at Protospace that use Docker, ____ here's how to resolve it: | |||
Edit `/lib/systemd/system/docker.service`, replace the `ExecStart` line with: | |||
ExecStart=/usr/bin/dockerd --bip=192.168.3.1/24 -H fd:// --containerd=/run/containerd/containerd.sock | |||
Reload the config: | |||
sudo systemctl daemon-reload | |||
Restart docker: | |||
sudo service docker restart | |||
Confirm it worked with `ip addr show docker0`, it should output: | |||
placeholder |