Docker Images tracking the stable Galaxy releases
The lite mode will only start postgresql and a single Galaxy process, without nginx, gunicorn or any other special feature from the normal mode. In particular there is no support for the export folder or any Magic Environment variables.
docker run -i -t -p 8080:8080 quay.io/bgruening/galaxy startup_lite
This will also use the standard
job_conf.xml.sample_basic
shipped by Galaxy. If you want to use the regular one from the normal mode you can pass
-j
to the
startup_lite
script.