webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Docker has permissions issues #818

Open jtagcat opened 1 year ago

jtagcat commented 1 year ago

Describe the bug

groupadd: GID '65534' already exists
groupmod: group 'archivist' does not exist
groupadd: GID '65534' already exists
groupmod: group 'archivist' does not exist

Steps to reproduce the bug

  1. Online without any collections
  2. Add a collection
  3. Bootloop

Additional context

Might be related to NFS not allowing chown.

edsu commented 1 year ago

It sounds like you are building and starting the Docker container using docker instead of using docker compose? What does your command look like to add the collection?