docker-systemctl-replacement
docker-systemctl-replacement copied to clipboard
for reference only, for possible workarounds.
This is for my comment on issue #45, and for others.
Here is an listing of popular services Dockerfile's that I created, and use daily, that will not work without docker-systemctl-replacement, and will not work using only docker-systemctl-replacement. An dual understanding, implementation needs to be applied.
freepbx Issabel-PBX Wine pi-hole fail2ban BIND-9
All needed and containerstartup.service that ran an script that checked the services, it decided to use original or docker-systemctl-replacement, most of the time, i had to use both for proper operations.
I did a quick check and it seems that most of the time it is on version 1.0 of systemctl.py. It would be interesting to know if the newest version is good enough now.
If that's not the case then I'd be interested to investigate, probably requiring a co-working session.
i haven't really tested/used just using this repo, i think most are updated thou. I will need to rebuild using just docker-systemctl-replacement.