Fix Docker volume permissions on some host platforms #171
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/macos_docker_volumes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use named volumes instead of bind mounts.
If you want to manually read or manipulate stored data, you can find the storage location on your host using
docker volume ls
anddocker volume inspect
.No permission errors anymore 🏅
Thank you!