jlesage / docker-firefox

Docker container for Firefox
MIT License
1.61k stars 288 forks source link

Error for docker synology #32

Closed Didier3L closed 2 years ago

Didier3L commented 4 years ago

The container does not want to run. Error message

Start container firefox failed OCI runtime create failed container with id exists

jlesage commented 4 years ago

Looks like the name of the container you are trying to create is already taken by another container...

Didier3L commented 4 years ago

error message

Start container jlesage-firefox1 failed: {"message":"cgroups: cannot find cgroup mount destination: unknown"}.

Didier3L commented 4 years ago

jlesage commented 4 years ago

Did you set any memory/cpu limitation?

bramus commented 2 years ago

Works fine on Synology with DSM7. Looking at the screenshots, user is using DSM6.

On DSM6 most containers needs to be run with elevated privileges. On DSM7 this is not needed.

jlesage commented 2 years ago

Closing this issue. Please reopen if needed.