-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Docker Image
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.37
-
Story Points:2
When running the Nuxeo Docker Image with -ti option we're unable to stop the container by pressing ctrl+c, which sends a SIGINT signal to the process.
This looks like a Docker PID 1 issue, the main process is nuxeoctl, a bash script, which doesn't handle signals when it is PID 1.
We want to be able to ctrl+c our Nuxeo container.
- causes
-
NXP-29566 Fix nuxeoctl register which doesn't prompt anymore
- Resolved
- Is referenced in