kopia lustrzana https://github.com/jupyterhub/repo2docker
tweak language to make clear `exec "$@"` works (#663)
tweak language to make clear `exec "$@"` workspull/664/head
commit
df89849e21
|
@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
|
||||||
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
|
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
|
||||||
to the docker container). If you want this to be a shell script, make sure the
|
to the docker container). If you want this to be a shell script, make sure the
|
||||||
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
|
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
|
||||||
equivalent.
|
or equivalent.
|
||||||
|
|
||||||
Use this to set environment variables that software installed in your container
|
Use this to set environment variables that software installed in your container
|
||||||
expects to be set. This script is executed each time your binder is started and
|
expects to be set. This script is executed each time your binder is started and
|
||||||
|
|
Ładowanie…
Reference in New Issue