https://github.com/pfgray/casa-docker
https://github.com/pfgray/casa-docker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfgray/casa-docker
- Owner: pfgray
- Created: 2014-06-05T02:39:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T22:33:33.000Z (almost 11 years ago)
- Last Synced: 2025-01-25T06:26:21.571Z (4 months ago)
- Language: Shell
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CASA Docker
This is a Docker file to quickly stand up the reference implementation of CASA located [here](https://github.com/IMSGlobal/casa-engine).
This docker is [registered on docker](https://index.docker.io/u/pfgray/casa/)
To run from the docker repository:
sudo docker pull pfgray/casa
sudo docker run -p 80:5000 -p 9292:3000 -d pfgray/casaTo build and run from this repo:
sudo docker build -t /casa .
sudo docker run -p 80:5000 -p 9292:3000 -d /casa