You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/containers/images/backend.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ There are several ways to store data used by applications that run in Docker con
31
31
32
32
We encourage users of the `Plone` images to familiarize themselves with the options available.
33
33
34
-
[The Docker documentation](https://docs.docker.com/) is a good starting point for understanding the different storage options and variations.
34
+
[The Docker documentation](https://docs.docker.com/guides/docker-concepts/running-containers/persisting-container-data) is a good starting point for understanding the different storage options and variations.
35
35
36
36
37
37
## Configuration Variables
@@ -375,7 +375,7 @@ when Plone starts.
375
375
## Advanced usage
376
376
377
377
378
-
### Arbitrary `--user`
378
+
### Arbitrary `--user` and persisting data using `docker volumes`
379
379
380
380
This image supports running as a (mostly) arbitrary user via `--user` on `docker run`, as long as the owner of `/data` matches:
0 commit comments