ship image with containers?
I'm curious is there is a way to ship an image that deploys defined containers out-of-the-box?
Let me know if there's a simple way to do this
4 Replies
You could create a systemd module at build time that will run the necessary docker/container commands to launch the container(s) at boot?
Solution
podman quadlets are a good way to do this
i believe bluefin uses them
it's basically a configuration integrated with systemd that generates the service units for you
you just create to declare the correct files
thank you! I will have to try this