Hi All, I have some doubts with Docker Build Steps plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin). Using this plugin we can create container from image and start the same container as well. However I am stuck at one place, whenever I try to create any container then try to start it, the container exists immediately. The only success I got while I installed openssh server in the container and then pass the command as /bin/sshd -D, is it the correct way to do it ? we might have some other CMD as running some process like executing some js file for node js container while it starts, what approach should be appropriate for this?
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/13867466-e866-4a05-8c63-6e13fedb8fcd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
