You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've tried buiding a custom image based on this repo (e.g. having first line in our Dockerfile say FROM norstella/oxalis:5.0.5)
and tried to put files into /oxalis/ext. However, after upgrading our container with a new image, in runtime we've discovered that files that we've added to the image are not present there.
We've tracked down the core reason behind it and it comes down to your image defining volumes in the Dockerfile:
@vmax : Docker support is Not core functionality but it is value added feature initially contributed by Oxalis user.
Feel free to make required changes and raise pull request with justification/documentation of running it with your version.
Hi,
We've tried buiding a custom image based on this repo (e.g. having first line in our
Dockerfile
sayFROM norstella/oxalis:5.0.5
)and tried to put files into
/oxalis/ext
. However, after upgrading our container with a new image, in runtime we've discovered that files that we've added to the image are not present there.We've tracked down the core reason behind it and it comes down to your image defining volumes in the
Dockerfile
:You can see more detailed description of this issue in this blogpost.
Could you elaborate on why these instructions have been added and whether it would possible to get rid of them?
The text was updated successfully, but these errors were encountered: