This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Non-root Parity Docker container unable to use volumes #9827
Labels
F5-documentation 📑
Documentation needs fixing, improving or augmenting.
P2-asap 🌊
No need to stop dead in your tracks, however issue should be addressed as soon as possible.
Milestone
:stable
tagI noticed this issue on the
:stable
Docker tag recently. The Parity container is unable to write to a volume created withdocker volume create
when using--base-path
or--db-path
.Steps to reproduce
Pull the latest
:stable
Docker tag:Create the Docker volume:
Run the Parity Docker container using the new volume:
Observe returned error:
Expected behavior
This may just be a simple documentation fix, but the expected behavior is a
docker run
command that can utilize the volume created by Docker. The existing Docker documentation may need an update anyway.The text was updated successfully, but these errors were encountered: