목차

, , ,

Docker Config

Swarm 서비스에 전달할 비민감 설정 파일 객체를 관리하는 docker config 그룹.

Summary

Usage

docker config COMMAND

Command Groups

Examples

# 파일에서 config 생성
docker config create nginx_conf ./nginx.conf
 
# 목록 확인
docker config ls

Troubleshooting

Help

+ docker config --help

Usage:  docker config COMMAND
 
Manage Swarm configs
 
Commands:
  create      Create a config from a file or STDIN
  inspect     Display detailed information on one or more configs
  ls          List configs
  rm          Remove one or more configs
 
Run 'docker config COMMAND --help' for more information on a command.

+

See Also

History