주 메뉴 열기

wwiki β

바뀜

Docker cli

217 바이트 추가됨, 2023년 1월 22일 (일) 00:40
Network Settings
==== Network Settings ====
참고: https://docs.docker.com/engine/tutorials/networkingcontainers/<syntaxhighlight>
--dns=[] : Set custom dns servers for the container
--network="bridge" : Connect a container to a network
|Connects the container to a user created network (using <code>docker network create</code> command)
|}
주의: <code>--network="host"</code> gives the container full access to local system services such as D-bus and is therefore considered insecure.
=== 예시 ===
편집
2,431