File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -1234,24 +1234,7 @@ in `Container.volumeMounts`. Its values are:
1234
1234
(unmounted) by the containers on termination.
1235
1235
{{< /warning >}}
1236
1236
1237
- # ## Configuration
1238
1237
1239
- Before mount propagation can work properly on some deployments (CoreOS,
1240
- RedHat/Centos, Ubuntu) mount share must be configured correctly in
1241
- Docker as shown below.
1242
-
1243
- Edit your Docker's `systemd` service file. Set `MountFlags` as follows :
1244
-
1245
- ` ` ` shell
1246
- MountFlags=shared
1247
- ` ` `
1248
-
1249
- Or, remove `MountFlags=slave` if present. Then restart the Docker daemon :
1250
-
1251
- ` ` ` shell
1252
- sudo systemctl daemon-reload
1253
- sudo systemctl restart docker
1254
- ` ` `
1255
1238
1256
1239
# # {{% heading "whatsnext" %}}
1257
1240
You can’t perform that action at this time.
0 commit comments