catatonit icon indicating copy to clipboard operation
catatonit copied to clipboard

A container init that is so simple it's effectively brain-dead.

Results 10 catatonit issues
Sort by recently updated
recently updated
newest added

Is there is a special reason for the GPLv3 license? Or could re-licensing this project e.g. under GPLv2+ be considered? The problem with GPLv3 is that users are not allowed...

On gentoo I have autoreconf-2.71 by default with which reconfiguring fails - Removing the second AM_INIT_AUTOMAKE at the end of configure.ac suffices to fix it. Log: autoreconf-2.71: export WARNINGS= autoreconf-2.71:...

Hi, Running on 20.04.1-Ubuntu x86_64 GNU/Linux `sudo ./configure` returns ```shell checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p......

Sometimes it is inconvenient to pass a command line flag to catatonit, e.g., the `-g` flag. So this PR adds environment variable to configure catatonit to forward signals to the...

We need some kind of CI setup, these days GA is probably the best choice.

I'm thinking something like: ```dockerfile FROM opensuse/catatonit:0.2.0 as init FROM nodejs ADD package.json /app # ... blah blah blah COPY --from=init /catatonit /catatonit ENTRYPOINT ["/catatonit"] CMD ["node", "app.js"] ``` That...

Debian bookworm (lite, headless) on a Raspberry Pi, using podman, although no containers are running. We have a directory that is a cifs mount of an SMB file system (from...

As part of my work on podman last year, I made a quick-and-dirty port of catatonit, mostly around using kqueue instead of signalfd for events and procctl instead of prctl...

Hi, Is it possible to integrate functionality to run multiple processes simultaneously like [multip](https://github.com/esamattis/multip) and [multirun](https://github.com/nicolas-van/multirun)? This feature enable users to define and manage complex setups within a single container.

Apparently podman runs `catatonit -P` in a subdirectory, pinning the mount. We probably need to spawn subprocesses in the directory we are run, but the directory of the init process...