nakka soft world !

[IT] docker error - non-overlapping IPv4 address pool 본문

프로그래밍언어

[IT] docker error - non-overlapping IPv4 address pool

nakka 2021. 4. 5. 19:28
728x90

docker를 사용해 보려 하니 아래와 같은 Error 가 발생했다.

ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

 

구글링 해보니, 남는 network 가 없으니 정리 하란다.

아래와 같이 입력하란다.

# docker network prune

 

그랬더니 뭔가를 한다.

root@build:~/docker$ docker network prune
WARNING! This will remove all networks not used by at least one container.
Are you sure you want to continue? [y/N] y
Deleted Networks:
kkk_default
ccc_default
abcd_default
test4_default
icas4_default
test6_default
build_default
test10_default
a_default
test9_default
test_default
ppp_default
root_default
yu_default
bbb_default
rrr_default
xxx_default
aaa_default
config_default
abc_default
test2_default
test5_default

 

해결이 되었다.

생각 보다 심플하네.

728x90

'프로그래밍언어' 카테고리의 다른 글

[Linux] 7z, 7zr, 7za 차이  (2) 2023.01.06
리눅스 서버 관리에 유용한 명령어  (0) 2022.12.28
Windows 10에 git 설치 하기  (0) 2022.04.01
[IT] bitbake  (0) 2021.01.15
Coding Rule관련 참고 사이트  (0) 2014.11.10
Comments