Sign inSign up

ericmiller/whips

By ericmiller

Updated over 7 years ago

Software for the Wisconsin Horizontal Interpolation Program for Satellites (WHIPS) program.

Image
0

316

ericmiller/whips repository overview

WHIPS Docker Image

This is a WHIPS docker image to simplify the issue of managing dependencies. Requires docker to be installed on the machine. See the Docker documentation.

To pull the image from the internet:

docker pull ericmiller/whips:0.1

To make a shorthand for easy use:

docker tag ericmiller/whips whips

To run the image:

docker run --rm -it whips
root@25131c57ad76:/#

From here you should be able to use whips as needed.

If you want to map volumes from your host machine to the docker image (to make saving input and output easier), you can use a command like -v /home/user/Documents:/usr/home/Documents

If there is something broken, or something you want added, feel free to fork this repository or read Contributing.md.

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

over 7 years ago

docker pull ericmiller/whips