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
I think preferring the "Docker way" of doing thing should trump custom hooks. In issue #25, I think that's possible. (See my comment there.) If I'm missing something and it's not, or if there's another use case that does indeed require more scripts vs Dockerfile-isms, then script refactoring makes sense.
I think preferring the "Docker way" of doing thing should trump custom
hooks. In issue #25#25,
I think that's possible. (See my comment there.) If I'm missing something
and it's not, or if there's another use case that does indeed require more
scripts vs Dockerfile-isms, then script refactoring makes sense.
—
Reply to this email directly or view it on GitHub #27 (comment)
.
Related to my comment in issue #25 it would be useful to allow derivation of the various docker-stacks.
The start-notebook.sh script actually has 2 distinct functions
We should have a CMD in the Dockerfile such as config-start.sh (you can surely think of a better name!) which then calls
In this way anyone can cleanly derive from the docker-stacks image by modifying config-start.sh to call
The text was updated successfully, but these errors were encountered: