geokrety-service
GeoKrety micro services container
Quick Start
- to get available commands:
make
- to build and run
geokrety-service
container:
make up
- to tail
geokrety-service
logs:
make tail
- to stop and remove container:
make stop
Annexe
Related documentation
- Docker and cron : how-to-run-a-cron-job-inside-a-docker-container
- Makefile under windows git bash: evanwill gist
- Makefile sample: mpneuried gist