Skip to content

Commit a68f9ad

Browse files
committed
Modified link to docker docs for persistent data and updated the Arbitrary user title
1 parent 7863c3b commit a68f9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/containers/images/backend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are several ways to store data used by applications that run in Docker con
3131

3232
We encourage users of the `Plone` images to familiarize themselves with the options available.
3333

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.
3535

3636

3737
## Configuration Variables
@@ -375,7 +375,7 @@ when Plone starts.
375375
## Advanced usage
376376

377377

378-
### Arbitrary `--user`
378+
### Arbitrary `--user` and persisting data using `docker volumes`
379379

380380
This image supports running as a (mostly) arbitrary user via `--user` on `docker run`, as long as the owner of `/data` matches:
381381

0 commit comments

Comments
 (0)