mirror of https://github.com/docker/docs.git
Update release-notes.md
This commit is contained in:
parent
5d7ef9cb17
commit
b59be9aa35
|
@ -215,7 +215,7 @@ In order to optimize user experience and security, support for Internet Explorer
|
|||
|
||||
This resolution can be automated across your cluster of SLES12 and SLES15 hosts, by creating a docker swarm service as follows. Note that, for this, the hosts should be in "swarm" mode:
|
||||
|
||||
Create a global docker service that remove the "metadata_csum" feature from the mke2fs config file (/etc/mke2fs.conf) in ucp-kubelet container. For this, use the UCP client bundle to point to the UCP cluster and run the following swarm commands:
|
||||
Create a global docker service that removes the "metadata_csum" feature from the mke2fs config file (/etc/mke2fs.conf) in ucp-kubelet container. For this, use the UCP client bundle to point to the UCP cluster and run the following swarm commands:
|
||||
```
|
||||
docker service create --mode=global --restart-condition none --mount
|
||||
type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock mavenugo/swarm-exec:17.03.0-ce docker
|
||||
|
|
Loading…
Reference in New Issue