Skip to content

Commit

Permalink
Docker push: specify tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Sep 18, 2017
1 parent 4dfa938 commit 8379226
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hetnet/neo4j/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ TAG="dhimmel/hetionet:hetionet-v1.0_neo4j-3.2.3"
docker build --tag dhimmel/hetionet:latest --tag $TAG --file Dockerfile .
```

When the image is ready, it's uploaded to Docker hub using `docker push dhimmel/hetionet`.
When the image is ready, it's uploaded to Docker hub using:

```sh
docker push dhimmel/hetionet:latest
docker push $TAG
```

## Running the docker

Expand Down

0 comments on commit 8379226

Please sign in to comment.