Skip to content

Commit

Permalink
Add instructions for pushing "latest" docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Bawaskar committed Oct 30, 2017
1 parent e8196df commit 147552e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ docker build .
If you're updating the image for a release, tag the build with the version:

```
docker build -t apachegeode/geode:1.0.0-incubating .
docker build -t apachegeode/geode:{version} .
docker build -t apachegeode/geode:latest .
```

Once it's tagged, push to DockerHub:
Expand Down

0 comments on commit 147552e

Please sign in to comment.