Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 584 Bytes

File metadata and controls

13 lines (9 loc) · 584 Bytes

Building your own image

To start, run the prepare.sh script in this directory by passing it an environment file you wish to template. The metapackage version comes from packages.qiime2.org.

cd q2galaxy/docker/
./prepare.sh some_environment_file.yml <distro> <epoch> <metapackage-version>

This will install an environment in the root of the project and use that to template out your tools. At the end of this process, the script will echo a docker build command. Adapt this as desired (usually just the image name) and run it.

You should now have a working container.