repo2docker/tests/dockerfile/simple
Min RK 8075c5bf10
Merge pull request #343 from GladysNalvarte/split-docker-image
Test that images can start notebook servers in all the builders
2018-07-04 15:15:53 +02:00
..
Dockerfile Fixs dockerfile tests that did not work 2018-07-04 14:29:50 +02:00
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
sayhi.sh Fix dockerfile builds and add tests for them 2017-07-29 22:51:46 -07:00
verify Fixs dockerfile tests that did not work 2018-07-04 14:29:50 +02: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.

While it's possible to run code with Dockerfiles, we recommend
that try accomplishing the same thing with ``apt.txt`` and
``postBuild`` files. Only use Dockerfiles when necessary.