repo2docker/tests/dockerfile/simple
Min RK dd82e688e7 make jupyterhub a build arg
and verify that it's installed in tests
2017-09-07 14:22:15 +02:00
..
Dockerfile make jupyterhub a build arg 2017-09-07 14:22:15 +02:00
README.rst updating autogen examples 2017-08-01 11:21:06 -04:00
sayhi.sh Fix dockerfile builds and add tests for them 2017-07-29 22:51:46 -07:00
verify Fix dockerfile builds and add tests for them 2017-07-29 22:51:46 -07:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Docker - Running scripts
------------------------

It's possible to run scripts using Docker in your build. In this case, we run
a simple shell script after installing dependencies. However, we recommend
that you see if it's possible to accomplish what you want using ``apt`` and
``postInstall`` files, and use Dockerfiles only when necessary.