Docker ERROR: could not find an available, non-overlapping IPv4 address

ERROR: could not find an available, non-overlapping IPv4 address

Creating network "flask-api" with the default driver
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

docker network create “flask-api” –subnet 121.142.218.223/24

해결방법

docker network create abcd --subnet 172.17.0.0/16
docker network create flask-api --subnet 172.17.0.0/16

Leave a Reply

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

Related Post

[Docker] Django Image Upload / Build Push (1)[Docker] Django Image Upload / Build Push (1)

Django 앱을 DOCKER를 이용해서 배포하는방법을 설명하자면 가장중요한건 Docker-compse나 Dockerfile이든 개발환경에서 정상적으로 서버가 동작하는지 확인이 필요하다. 정상적으로 확인이 잘되면 그 이후부터 Docker-Hub를 통해 배포할 수 있다. 순서대로 이 명령은 Dockerfile에 기반하여

[Docker] Django Image Upload / Build Pull (2)[Docker] Django Image Upload / Build Pull (2)

Docker Hub에서 이미지를 pull 받아 실행하려면 다음 단계를 따르면 됩니다: 이 명령은 Docker Hub에서 medikim3551/connveo_gateway 이미지를 로컬 Docker 환경으로 가져옵니다. 이 명령은 로컬 호스트의 8000번 포트로 HTTP 요청을 보냅니다. 애플리케이션이