사용자 도구

사이트 도구


docker:docker_compose

문서의 이전 판입니다!


docker-compose

docker-compose 에서 network 생성 불가시

  • 전제: 내가 이미 docker 에 netowrk 를 직접 생성해둔 상태에서 오류 발생
    Creating network "xxx_default" with the default driver
    ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
  • 이 경우 이미 존재하는 network 를 docker-compose.yml 에 명시해주거나 직접 생성한 뒤 명시해준다.
    services:
       myservice:
           network_mode: bridge
docker/docker_compose.1580972741.txt.gz · 마지막으로 수정됨: 2020/02/06 16:05 저자 kwon37xi