vi /etc/docker/daemon.json { "default-address-pools": [ {"base":"192.168.0.0/16","size":24} ] } # 전체 주소 pool을 설정하요 size로 몇 bit를 사용할지 결정한다.