Skip to content

Latest commit

 

History

History
 
 

scripts

We define two Docker images: build and release. The build image provides an environment where bash apollo.sh build runs successfully, the release image provides an environment where bash scripts/<module_name>.sh start runs successfully.

The standard workflow for getting these containers running is (from the main apollo directory):

bash docker/scripts/{dev/release}_start.sh
bash docker/scripts/{dev/release}_into.sh

Advanced users wishing to create their own build/release images can do this by running:

bash docker/scripts/{dev/release}_create.sh

Note that, within the scripts in this directory, only standard tools that are expected to be available in most Linux distributions should be used (e.g., don't use realpath).