Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

343
Views
Can't create Docker network

I've been able to start my Docker application without a problem but suddenly I get this error:

failed to parse pool request for address space "LocalDefault" pool "" subpool "": could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

I'm running Docker 1.12.6.

How do I fix this?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

I experienced this issue while running an OpenVPN client which was also my default route. Stopping the OpenVPN client worked around the issue.

over 4 years ago · Santiago Trujillo Report

0

Turns out there's a limit to the number of simultaneously active Docker networks and I hit that limit.

I got around the issue by removing all my networks:

docker network ls -q | xargs docker network rm
over 4 years ago · Santiago Trujillo Report

0

docker-compose down
docker network prune
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!