You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
56
56
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:
57
57
58
58
```sh
59
-
docker pull interline/planetutils:release-v0.4.9
59
+
docker pull interline/planetutils:release-v0.4.10
60
60
```
61
61
62
62
Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files.
63
63
64
64
- Example of using `docker run` with the `data` directory mounted as `/data`:
65
65
66
66
```sh
67
-
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.9<command>
67
+
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.10<command>
0 commit comments