This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Network Subnet Config of Test Setup Can Result in Error During Start Via Docker-Compose #293
Labels
enhancement
New feature or request
Starting the 3 MeDIC/TTP docker test setup can result in
Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
.According to docker/docs#8663 docker uses
172.17.0.0/12
and192.168.0.0/16
as default address pools, we should move our hard-coded networks, e.g.highmed-dsf/dsf-docker-test-setup-3medic-ttp-docker/docker-compose.yml
Line 602 in e273665
to an address range not used by docker.
Workaround:
Configure the
default-address-pools
viadaemon.json
. The following config excludes172.20.0.0/16
:The text was updated successfully, but these errors were encountered: