-
Notifications
You must be signed in to change notification settings - Fork 24
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
move /srv/webknossos to /webknossos in the dockerfiles #5843
Conversation
Sounds reasonable to me 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can’t really estimate how much effort the migration is, but seems reasonable to me too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I mostly added one suggestion to keep the bin/webknossos
call part of the entrypoint, which allows to keep the current command
s as they are.
Unfortunately, this brings a migration burden, where all mount-configs need to be changed. Would love to hear your feedback on that.
I think that's fine 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM 👍
Moves the webKnossos files in the docker container from
/srv/webknossos
to/webknossos
. This will make deployment on our infrastructure much easier, because we can mount/srv
wholly and all symlinks etc will work internally.Unfortunately, this brings a migration burden, where all mount-configs need to be changed. Would love to hear your feedback on that.
This PR also cleans up some unused and probably out-of-date scripts.