How to stop docker from using the 192.x range and keep using 172.x

This page summarizes the projects mentioned and recommended in the original post on /r/docker

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  • Edit: Managed to solve it. Apparently Docker uses the following ranges by default: 172.17.0.0/16", 172.18.0.0/16", "172.19.0.0/16", "172.20.0.0/14", "172.24.0.0/14" "172.28.0.0/14", "192.168.0.0/16". Personally I don't want Docker to use the 192.168.0.0/16 range. So I want to manipulate this behaviour. You can do it by following these steps: Create or modify /etc/docker/daemon.json and input this: { "default-address-pools": [ {"base":"172.20.0.0/16","size":24} ] } Change the IP Range under "base": to what suits you. Restart docker and all containers should use an IP in that range. Source for this information.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • An open framework to assemble specialized container systems

    1 project | news.ycombinator.com | 6 May 2024
  • Docker Inc. refuses to patch HIGH vulnerabilities in Docker

    1 project | news.ycombinator.com | 28 Feb 2024
  • Docker Inc. refuses to patch HIGH vulnerabilities in Docker

    1 project | news.ycombinator.com | 28 Feb 2024
  • Do not install Docker Desktop on GNU/Linux systems

    1 project | news.ycombinator.com | 19 Feb 2024
  • Moby: Block io_uring_* syscalls in default profile

    1 project | news.ycombinator.com | 12 Jan 2024