thetredev / sinitc

Fork of suckless init for containers
MIT License
0 stars 0 forks source link

Goal #1

Open thetredev opened 3 months ago

thetredev commented 3 months ago

The goal of this project will be the following:

Ultimately I want to be able to run dockerd inside the container and be able to have it running inside GitLab CI/CD jobs without requiring the container to run as privileged and without relying on the GitLab CI/CD serivces feature (at first).

thetredev commented 3 months ago

Things have changed. tini is a much better fit for init. Gotta figure out how to act on SIGTERM from Rust now..