Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runTests.sh leaves Docker networks around #1312

Open
oliverklee opened this issue May 14, 2024 · 0 comments
Open

runTests.sh leaves Docker networks around #1312

oliverklee opened this issue May 14, 2024 · 0 comments

Comments

@oliverklee
Copy link
Contributor

This is after restarting my machine.

klee@gonzales$ docker network ls
NETWORK ID     NAME                               DRIVER    SCOPE
6920792e352c   bridge                             bridge    local
4198d7d220b4   friendsoftypo3-tea-660             bridge    local
084e52b5790f   friendsoftypo3-tea-2942            bridge    local
fc98aedbb1e8   friendsoftypo3-tea-5782            bridge    local
b0147ccd1aff   friendsoftypo3-tea-13929           bridge    local
15566258b4f5   friendsoftypo3-tea-19349           bridge    local
0d9d6743a587   friendsoftypo3-tea-19585           bridge    local
13e44a16e2dc   friendsoftypo3-tea-22532           bridge    local
e08253a9b4d2   friendsoftypo3-tea-23251           bridge    local
c3a4aa8fb79d   friendsoftypo3-tea-24302           bridge    local
7c265280ddc6   friendsoftypo3-tea-29587           bridge    local
1e2b7e72979f   host                               host      local
f2bc4af41dd4   none                               null      local

This causes problems for DDEV (from another project) as DDEV then cannot find a free network range and refuses to start:

Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network'

I would expect the networks to be gone after the runTests.sh command is finished.

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

No branches or pull requests

1 participant