Skip to content

Commit

Permalink
Remove :latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanbeg authored Mar 27, 2018
1 parent 1fced5b commit 3533a0f
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 @@ -53,9 +53,9 @@ Alternatively, you can navigate to `install/docker/latest` and run `make pull`.

### Testing

After you pulled/built the `finmag/finmag:latest` image, you can test it with
After you pulled/built the `finmag/finmag` image, you can test it with

docker run -ti -w="/finmag" --rm finmag/finmag:latest bash -c "py.test"
docker run -ti -w="/finmag" --rm finmag/finmag bash -c "py.test -v"

or by running `make test` in `install/docker/latest` directory.

Expand Down

0 comments on commit 3533a0f

Please sign in to comment.