mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update swarm mode
This commit is contained in:
parent
b2427b1742
commit
1ea4934758
@ -4,7 +4,7 @@
|
||||
|
||||
在 Docker 17.06 以上版本中,Docker 新增了 `docker config` 子命令来管理集群中的配置信息,以后你无需将配置文件放入镜像或挂载到容器中就可实现对服务的配置。
|
||||
|
||||
>注意:`docker config` 仅能在 Swarm 集群中使用。
|
||||
>注意:`config` 仅能在 Swarm 集群中使用。
|
||||
|
||||
这里我们以在 Swarm 集群中部署 `redis` 服务为例。
|
||||
|
||||
|
@ -4,6 +4,8 @@
|
||||
|
||||
Docker 目前已经提供了 `secrets` 管理功能,用户可以在 Swarm 集群中安全地管理密码、密钥证书等敏感数据,并允许在多个 Docker 容器实例之间共享访问指定的敏感数据。
|
||||
|
||||
>注意: `secret` 也可以在 `Docker Compose` 中使用。
|
||||
|
||||
我们可以用 `docker secret` 命令来管理敏感信息。接下来我们在上面章节中创建好的 Swarm 集群中介绍该命令的使用。
|
||||
|
||||
这里我们以在 Swarm 集群中部署 `mysql` 和 `wordpress` 服务为例。
|
||||
|
Loading…
Reference in New Issue
Block a user