In order to run already built docker image fetch it from dockerhub
docker run -p 8080:8080 dzejeu/ingrid:latest
Then service can be requestes in following way
curl 'http://localhost:8080/routes?src=13.388860,52.517037&dst=13.397634,52.529407&dst=13.428555,52.523219'
In order to create fresh docker image run:
docker build -t myapp:latest .
and then:
docker run -p 8080:8080 myapp:latest
-
Notifications
You must be signed in to change notification settings - Fork 0
dzejeu/ingrid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published