Skip to content

Commit

Permalink
update README with Dockerfile info
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsfak committed Aug 25, 2020
1 parent b2e737f commit 677aded
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,14 @@ Again, please have a look at `example.c` and `tests.c` files for examples.
where `<version>` comes from the Git commit tag or hash and `<curl-version>` is the version of the libcurl used.
* There's a `Dockerfile` that can be used to build a lightweight Docker image based on [Apline Linux](https://alpinelinux.org) like so:
```
docker build -t ocgeo .
```
and then run it (by passing the API key and the "query" in the command line):
```
docker run ocgeo <api-key> <query>
```

0 comments on commit 677aded

Please sign in to comment.