建立配置文件. 主要是在docker swarm service建立的過程當中 掛在配置文件redis
主要在docker swarm 容器管理中使用docker
docker swarm initblog
echo "This is a config" | docker config create my-config -it
掛在配置文件my-config到service容器容器
docker service create --name redis --config my-config redis:alpine配置