https://github.com/pfgray/casa-with-db
Dockerfile for running a casa server along with it's database
https://github.com/pfgray/casa-with-db
Last synced: 2 months ago
JSON representation
Dockerfile for running a casa server along with it's database
- Host: GitHub
- URL: https://github.com/pfgray/casa-with-db
- Owner: pfgray
- Created: 2014-12-16T04:10:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T07:17:34.000Z (over 10 years ago)
- Last Synced: 2025-01-25T06:26:21.637Z (4 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#casa-with-db
[](https://registry.hub.docker.com/u/pfgray/casa-with-db/)
This image is useful for developing against the casa protocol. Note that when you kill the docker instance, all of your data will go with it.
pull the image, and then run it:
````
sudo docker pull pfgray/casa-with-db
sudo docker run -d -p :9000 -t pfgray/casa-with-db
````