"/etc/docker/daemon.json"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
2번째 줄: 2번째 줄:
;/etc/docker/daemon.json
;/etc/docker/daemon.json


<source lang='json'>
<syntaxhighlight lang='json'>
{
{
     "bip":"172.18.0.1/24",
     "bip":"172.18.0.1/24",
9번째 줄: 9번째 줄:
     "insecure-registries": ["registry.test.training.katacoda.com:4567"]
     "insecure-registries": ["registry.test.training.katacoda.com:4567"]
}
}
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:54 판

1 개요

/etc/docker/daemon.json
{
    "bip":"172.18.0.1/24",
    "debug": true,
    "storage-driver": "overlay",
    "insecure-registries": ["registry.test.training.katacoda.com:4567"]
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}