-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid to use volume for oracle #43
Comments
@albfan there was some issues on different platforms. Could you please play around Dockerfile/VOLUME and test it on Windows/Mac/Linux? |
@albfan it makes sense... |
Sure, I can report feedback for Windows/Linux |
Windows working correctly. I think that's enough to test this. The only concern is to clearly document how to use existing databases with volume, but README is well documented |
Just seen: 4dd6591 |
But now we can not configure this volume from Kitematic. |
Opps! docker/kitematic#1923. @filippetrovic add a volume because a third party app does not work without it seems wrong. You can always extend this dockerfile to have your volume but that's only a workaround for kitematic (someone needs to implement an add volume) |
Same thoughts here. |
If you remove
from Dockerfile, it will be not mounted by default (empty) so you can have static databases
docker commit
albfan@3a9a3b5
The text was updated successfully, but these errors were encountered: