Best Practices with Execution Code & Containers
Updated: October 6, 2023
Edit this Page via GitHub Comment by Filing an Issue Have Questions? Ask them here.Best Practices - Files Best Practices - Input Best Practices - Resources Best Practices - Execution & Containers Development Resources Frequently Asked Questions (FAQ)
Containers
Use Existing Containers
- Use existing containers. Check
quay.io
,hub.docker.com
, and other sources
Build Your Own If Need Be
- Use
quay.io
. Attach it to a GitHub repo.
To get started, build it on a machine. Once it builds cleanly, move it to an automated system like quay.io with a GitHub repo.
Use AWS ECR if need be (if you need the code kept private)
Using them in workflows
Gizmo and module-load
Updated: October 6, 2023
Edit this Page via GitHub Comment by Filing an Issue Have Questions? Ask them here.