Skip to content

A Dockerfile to test the latest Galaxy with sb-cgc infrastructure

Notifications You must be signed in to change notification settings

goeckslab/sb-galaxy-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal(ish) Galaxy 23.0 container

A Dockerfile that builds a smallish image running base Galaxy 23.0. Galaxy is served on port 8080.

The optional Galaxy configuration parameter galaxy_url_prefix can be set by adding the environment variable PROXY_PREFIX, as shown below:

docker run -p 8080:8080 -e PROXY_PREFIX=/foo/ <tag>

... which will serve Galaxy on <ip address>:8080/foo/.

For current tags, see:

About

A Dockerfile to test the latest Galaxy with sb-cgc infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published