Skip to content

Commit 9f6793a

Browse files
author
Rohan Kapse
authored
Removed configuration section from volumes.
As it is outdated and also doesn't belong as part of the conceptual explanation of what a volume is. #43809
1 parent 3c868f5 commit 9f6793a

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)