Git Product home page Git Product logo

codabix-docker's People

Contributors

f-porter avatar kpreisser avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

codabix-docker's Issues

Codabix doesn't shutdown gracefully when stopping the container with `--run-as-service`

To reproduce:

  • Start a new Codabix container in interactive mode but with --run-as-service, which means it will listen for a SIGTERM signal in order to initiate shutdown. E.g.:
    sudo docker run -it -p 8181:8181 ghcr.io/traeger-gmbh/codabix:latest --run-as-service
  • In another terminal, stop the container with:
    sudo docker stop [container]

Expected behavior:

When stopping the container, Codabix should print "Codabix Engine stopping...", like this:

Codabix Engine starting (Project Directory: '/home/codabix/data', Local/Remote HTTP Port: '8181')...
Codabix Engine started.

Codabix Engine stopping...
Codabix Engine stopped.
$

Actual behavior:

Codabix doesn't appear to receive the SIGTERM signal and doesn't initiate shutdown, so the docker container is forcefully stopped after the timeout:

Codabix Engine starting (Project Directory: '/home/codabix/data', Local/Remote HTTP Port: '8181')...
Codabix Engine started.
$

According to https://stackoverflow.com/a/62245942 and https://askubuntu.com/questions/525767/what-does-an-exec-command-do#comment1847137_525787, this is because we start a .sh script (which launches codabix), so the SIGTERM isn't passed to the codabix process.
To make this work, we should use the exec command to replace the bash process with the codabix process (to that it becomes PID 1), which will allow it to receive the SIGTERM signal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.