Galaxy Docker image prepared for simple Galaxy tutorial.
Image based on bgruening/docker-galaxy-stable and bgruening/galaxy-exom-seq.
Create image:
docker build -t nuada/galaxy-training .
Create container:
docker run -d --name galaxy --volume=/resources:/resources nuada/galaxy-training