docker-live icon indicating copy to clipboard operation
docker-live copied to clipboard

Run live with specific image

Open orensbruli opened this issue 5 years ago • 1 comments

Hello, I would like to create a live USB that has dockers in it and that at startup would run a docker image. Do you think I could use your project to get this done? Any entry point to do it?

Thank you in advance.

orensbruli avatar Oct 20 '20 12:10 orensbruli

Yes, that is basically what I created this for myself. You should be able to do this by creating a systemd service that starts the container, I just pushed a branch to demonstrate one method. https://github.com/cseelye/docker-live/tree/start-container - I added some info at the bottom of the readme to talk to it.

cseelye avatar Oct 21 '20 18:10 cseelye