Skip to content

Commit a8f782d

Browse files
authored
Merge pull request #43823 from rohan-kapse/patch-5
Remove configuration section from volumes concept
2 parents 080b53e + 9f6793a commit a8f782d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,24 +1234,7 @@ in `Container.volumeMounts`. Its values are:
12341234
(unmounted) by the containers on termination.
12351235
{{< /warning >}}
12361236

1237-
### Configuration
12381237

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-
```
12551238

12561239
## {{% heading "whatsnext" %}}
12571240

0 commit comments

Comments
 (0)