Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskatos/zest-docker-testbed
Docker image of services needed by Apache Zest test suite
https://github.com/eskatos/zest-docker-testbed
Last synced: about 2 months ago
JSON representation
Docker image of services needed by Apache Zest test suite
- Host: GitHub
- URL: https://github.com/eskatos/zest-docker-testbed
- Owner: eskatos
- Created: 2014-02-09T15:47:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T16:19:04.000Z (about 11 years ago)
- Last Synced: 2024-11-01T20:06:35.804Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qi4j SDK Docker Test Bed
Docker is at http://docker.io
Qi4j is at http://qi4j.org
Build with:
docker build -t /qi4j-testbed .
Start with:
$QI4J_TESTBED=$(docker run -p 11211:11211 -p 6379:6379 -p 27017:27017 -d /qi4j-testbed)
Run Qi4j SDK Test Suite.
Stop with:
docker kill $QI4J_TESTBED