Replies: 2 comments 3 replies
-
No, my images do not use Otherwise is your reasoning correct and I would also welcome support of You can also check this docker systemctl replacement project, for example. |
Beta Was this translation helpful? Give feedback.
-
This option is actually already available. You can, for example, put you scripts into bound folders and start them from Another possibility is to design some helper scripts, like I do with my Firefox plus features. You could also extend the startup script itself or provide your script as a parameter by container start. Check the Startup options and help part of any full README. Another kind of customization is Overriding VNC/noVNC parameters. However, be aware that designing a working image is not so easy as it seems. A good example is our discussion #39 about binding the whole Actually the correct and better way of extending the images is via Dockerfiles. Extension scripts would be more suitable for particular use cases or groups of use cases. |
Beta Was this translation helpful? Give feedback.
-
Should the docker image use systemd ? The advantage of this would be making it easy to follow guides for Ubuntu on the web.
Another option would be to have a directory where the user can put scripts that get called when the container starts. This would make it easier to extend.
It might be wiser to build on top of a light system like runit e.g. https://github.com/dockerimages/ubuntu-runit/blob/master/Dockerfile
Beta Was this translation helpful? Give feedback.
All reactions