Sign inSign up

mgrast/v4-web

By mgrast

Updated almost 5 years ago

Image
0

2.1K

mgrast/v4-web repository overview

MG-RASTv4

A rich Java script frontend for the v4 version of MG-RAST.

Installation with Docker

To build this image:

make sure you have cloned the required repositories (including git submodules)

git clone --recursive https://github.com/MG-RAST/MG-RASTv4.git
cd MG-RASTv4
docker build -t mgrast/v4-web .

Example for manual invocation:

docker run -ti -p80:80 --rm --name mgrast-v4-web mgrast/v4-web

Once that is done, connect to localhost on your machine with your favorite browser. (http://127.0.0.1)

Other notes

location of html pages: /usr/share/nginx/html/

The dockerfile allows building a slim container with alpline base or a fatter one with nginx (debian base). Just look at the Dockerfile

Tag summary

Content type

Image

Digest

Size

179.2 MB

Last updated

almost 5 years ago

docker pull mgrast/v4-web