docker config

docker config

docker config는 Swarm config를 관리하는 명령이에요. 파이프라인 등 민감하지 않은 설정 데이터를 Swarm 서비스에 전달하는 하위 명령들을 모아요.

출처: 문서

본문

Orchestrator: Swarm

docker config는 Swarm config를 다루는 하위 명령을 제공해요. create(파일·STDIN에서 config 생성), inspect(정보 표시), ls(목록), rm(제거)이 있어요.

사용할 수 있는 하위 명령은 다음과 같아요.

명령 설명
docker config create Create a config from a file or STDIN
docker config inspect Display detailed information on one or more configs
docker config ls List configs
docker config rm Remove one or more configs

더 알아보기