Closed danielporto closed 9 months ago
The problem is:
**Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted**
The app is using a feature not allowed by default by docker. To confirm, try to run the container in privileged mode to see if it then works.
Is the app based on electron? If yes, you may try to add the --no-sandbox
parameter to gitkraken
.
@danielporto Did you ever get this to work?
Closing this issue. Please re-open if needed.
Dockerfile:
startapp.sh
docker run --rm -p 5800:5800 -p 5900:5900 gitkraken Result:
Any hint?