Sign inSign up

fmonniot/tsp-mooc-overview

By fmonniot

Updated almost 11 years ago

Image
1

1.0K

fmonniot/tsp-mooc-overview repository overview

TSP MOOC Overview

Build Status Coverage Status Code Health

A service for the TSP MOOC platform right on your computer that let you acces, manage and overview all TMSP docker ready services.

## Run container

Run from already made container images (fmonniot/tsp-mooc-overview).

# With boot2docker
docker run -it -p 5000:5000 --name tsp-mooc-overview \
           -v /var/run/docker.sock:/var/run/docker.sock \
           --env HOST_IP=$(boot2docker-cli ip) \
           fmonniot/tsp-mooc-overview

# Without b2d
docker run -it -p 5000:5000 --name tsp-mooc-overview \
           -v /var/run/docker.sock:/var/run/docker.sock \
           fmonniot/tsp-mooc-overview

Development and Tests

Requires Fig to locally build a docker image (see fig.yml and Dockerfile).

# Running tests
fig run app nosetests

# With coverage
fig run app nosetests --with-coverage --cover-html --cover-package=overview

Acknowledgement

Tag summary

Content type

Image

Digest

sha256:b11ecda76

Size

69.3 MB

Last updated

almost 11 years ago

docker pull fmonniot/tsp-mooc-overview