컨테이너를 만들 때 [Warning] IPv4 forwarding is disabled.Networking will not work.

345 단어 docker
컨테이너를 만들 때 [Warning] IPv4 forwarding is disabled.Networking will not work.
해결 방법:
docker의 숙주 호스트에서 다음 변경
[root@localhost ~]# vi /usr/lib/sysctl.d/00-system.conf

다음 코드를 추가합니다.
net.ipv4.ip_forward=1

   
네트워크 서비스 다시 시작
# systemctl restart network

좋은 웹페이지 즐겨찾기