주 메뉴 열기

wwiki β

Docker cli 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 되돌릴 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 저장해주세요.
최신판 당신의 편집
34번째 줄: 34번째 줄:
  
 
==== Network Settings ====
 
==== Network Settings ====
참고: https://docs.docker.com/engine/tutorials/networkingcontainers/<syntaxhighlight>
+
<syntaxhighlight>
 
--dns=[]          : Set custom dns servers for the container
 
--dns=[]          : Set custom dns servers for the container
 
--network="bridge" : Connect a container to a network
 
--network="bridge" : Connect a container to a network
68번째 줄: 68번째 줄:
 
|Connects the container to a user created network (using <code>docker network create</code> command)
 
|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.
 
  
 
=== 예시 ===
 
=== 예시 ===

wwiki에서의 모든 기여는 다른 기여자가 편집, 수정, 삭제할 수 있다는 점을 유의해 주세요. 만약 여기에 동의하지 않는다면, 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다 (자세한 사항은 Wwiki:저작권 문서를 보세요). 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)