appropriate / docker-jetty

Formerly the location of the Docker official image for Jetty
https://registry.hub.docker.com/_/jetty/
46 stars 46 forks source link

let users provide external volume for webapps in the Kitematic UI #92

Closed buktt closed 4 years ago

buktt commented 6 years ago

using the image with Kitematic - the UI that is shipped with docker - I cannot provide volumes.

The Kitematic uses the dockerfile to offer the user a UI for his volumes. As long as the dockerfile does not declare it's volumes - the UI cannot do that...

buktt commented 6 years ago

I don't understand, I'm new here - I'd appreciate somebody nice to help me in :)

The version I changed passed, and versions I did not touch failed? What should I do to make them pass? I did not change anything in them...

gregw commented 5 years ago

@buktt sorry this has not been attended to for a long time. Can you tell me what the intent of your change is? Why is the volume command needed rather than just use -v or --mount?

gregw commented 4 years ago

@buktt I have closed for now. If you can explain why you needed a VOLUME command rather than just using -v or -mount, then we can consider another PR if needed.