Giter Site home page Giter Site logo

docker-default-network-limit's Introduction

The Problem

Check your docker networks:

$ docker network list
NETWORK ID          NAME                DRIVER              SCOPE
c825b3e4e82c        bridge              bridge              local               
f035729e127d        host                host                local               
b93d6694a10e        none                null                local               

Try to spawn 32 new networks from the default pool by running ./create_networks.sh.

You get 29 networks and an error, because the default pool is limited to 32 networks in total.

$ docker network list -q | wc -l
32

The error message is

Error response from daemon: failed to parse pool request for address space "LocalDefault" pool "" subpool "": could not find an available predefined network

Solution

Explicit subnet: See ./subnets.sh (plain docker network create) and docker-compose.yml.

It would be nice if the defaults could be changed, but as far as I can tell, this is not possible yet. See moby/moby#29376 (closed by mistake).

docker-default-network-limit's People

Contributors

felixhummel avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.