fabric8io / docker-maven-plugin

Maven plugin for running and creating Docker images
https://dmp.fabric8.io
Apache License 2.0
1.87k stars 642 forks source link

Push running container to registry. #787

Open burtsevyg opened 7 years ago

burtsevyg commented 7 years ago

Is there a possibility to push image which create from currantly running docker container?

rhuss commented 7 years ago

You mean to commit the container (after it is stopped) to create an image, and this image pushed to a registry?

No, that's not possible with dmp. What is your use case?

burtsevyg commented 5 years ago

Yes, you are right. My case is oracle db for test purpose.

af6140 commented 4 years ago

Yeah, i think i kind of need this feature too for building oracle db.