Skip to content

Commit

Permalink
readme: Docker commands reference latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Feb 26, 2018
1 parent 4d8905f commit 14769e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ PlanetUtils is packaged for use as a:
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:

```sh
docker pull interline/planetutils:release-v0.2.2
docker pull interline/planetutils:release-v0.2.3
```

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.

- Example of using `docker run` with the `data` directory mounted as `/data`:

```sh
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.2.2 <command>
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.2.3 <command>
```

### Using Homebrew on Mac OS
Expand Down

0 comments on commit 14769e0

Please sign in to comment.