File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
examples/docker-compose/notebook
images/docker-stacks-foundation Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
66
77# Setup environment
8- # shellcheck disable=SC1091
8+ # shellcheck source=examples/docker-compose/notebook/env.sh
99source " ${DIR} /env.sh"
1010
1111# Build the notebook image
Original file line number Diff line number Diff line change 55DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
66
77# Setup environment
8- # shellcheck disable=SC1091
8+ # shellcheck source=examples/docker-compose/notebook/env.sh
99source " ${DIR} /env.sh"
1010
1111# Bring down the notebook container, using container name as project name
Original file line number Diff line number Diff line change 5858fi
5959
6060# Setup environment
61- # shellcheck disable=SC1091
61+ # shellcheck source=examples/docker-compose/notebook/env.sh
6262source " ${DIR} /env.sh"
6363
6464# Create a Docker volume to store notebooks
Original file line number Diff line number Diff line change 4646
4747
4848# NOTE: This hook will run as the user the container was started with!
49- # shellcheck disable=SC1091
49+ # shellcheck source=images/docker-stacks-foundation/run-hooks.sh
5050source /usr/local/bin/run-hooks.sh /usr/local/bin/start-notebook.d
5151
5252# If the container started as the root user, then we have permission to refit
@@ -150,7 +150,7 @@ if [ "$(id -u)" == 0 ]; then
150150 fi
151151
152152 # NOTE: This hook is run as the root user!
153- # shellcheck disable=SC1091
153+ # shellcheck source=images/docker-stacks-foundation/run-hooks.sh
154154 source /usr/local/bin/run-hooks.sh /usr/local/bin/before-notebook.d
155155 unset_explicit_env_vars
156156
251251 fi
252252
253253 # NOTE: This hook is run as the user we started the container as!
254- # shellcheck disable=SC1091
254+ # shellcheck source=images/docker-stacks-foundation/run-hooks.sh
255255 source /usr/local/bin/run-hooks.sh /usr/local/bin/before-notebook.d
256256 unset_explicit_env_vars
257257
You can’t perform that action at this time.
0 commit comments