laoc42 on Nostr: Servicenote: If you are on linux and have trouble connecting to Deutsche Bahn WIFI, ...
Servicenote: If you are on linux and have trouble connecting to Deutsche
Bahn WIFI, check your docker network settings and change
`/etc/docker/daemon.json` to sth like:
```
{
"default-address-pools":
[
{"base":"172.19.0.0/16","size":24}
]
}
```
remove all existing docker networks with `docker network prune` and restart your docker service.
#deutschebahn #docker #wifi
Bahn WIFI, check your docker network settings and change
`/etc/docker/daemon.json` to sth like:
```
{
"default-address-pools":
[
{"base":"172.19.0.0/16","size":24}
]
}
```
remove all existing docker networks with `docker network prune` and restart your docker service.
#deutschebahn #docker #wifi