You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, there is no need to use systemd to bring up the atlas service. It runs fine (at least in my environment) without any init system. By masking all systemctl calls I can build a ~40MiB (compressed) docker image.
Besides that, afaik is CentOS just starting the minimum required system services. But haven't looked into this. I would like an Alpine Linux approach :) Did you tried that?
One caveat is that you need to manually mount a tmpfs to /var/atlasdata otherwise atlas will complain.
Well why do everyone try to use Alpine? Alpine causes problems and is not that small compare to a properly packaged normal distro. Plus someone reported not being able to start atlas program on Alpine (not sure if their build process or Alpine caused the problem).
FYI, there is no need to use systemd to bring up the atlas service. It runs fine (at least in my environment) without any init system. By masking all
systemctl
calls I can build a ~40MiB (compressed) docker image.https://github.com/Jamesits/docker-ripe-atlas/blob/2392fe6d9af218239b32916bade739f460c19cd0/Dockerfile#L22
Should've raised a pull request, but I'm not familiar with CentOS and yum...
The text was updated successfully, but these errors were encountered: