https://github.com/wouterd/vamp-spike
Trying out VAMP with some JAX-RS like service routing.
https://github.com/wouterd/vamp-spike
Last synced: 5 months ago
JSON representation
Trying out VAMP with some JAX-RS like service routing.
- Host: GitHub
- URL: https://github.com/wouterd/vamp-spike
- Owner: wouterd
- Created: 2016-01-28T14:23:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T13:49:09.000Z (over 10 years ago)
- Last Synced: 2025-10-25T11:51:37.371Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vamp-spike
Trying out VAMP with some JAX-RS like service routing.
## Start vamp
docker run --net=host \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(which docker):/bin/docker \
-v "/sys/fs/cgroup:/sys/fs/cgroup" \
-e "DOCKER_HOST_IP=localhost" \
magneticio/vamp-docker:0.8.2-marathon