創建配置文件. 主要是在docker swarm service創建的過程中 掛在配置文件
主要在docker swarm 容器管理中使用
docker swarm init
echo "This is a config" | docker config create my-config -
掛在配置文件my-config到service容器
docker service create --name redis --config my-config redis:alpine
創建配置文件. 主要是在docker swarm service創建的過程中 掛在配置文件
主要在docker swarm 容器管理中使用
docker swarm init
echo "This is a config" | docker config create my-config -
掛在配置文件my-config到service容器
docker service create --name redis --config my-config redis:alpine
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。