Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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