Skip to content

Commit

Permalink
docker-hub (#6): documented how to publish images (not automated yet;…
Browse files Browse the repository at this point in the history
… other org users can ask write permission on the Docker Hub organization)
  • Loading branch information
fititnt committed Apr 6, 2020
1 parent ca92fb1 commit 9b53f27
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,22 @@ Group of services (strategy)
-->

## Docker image

### To use pre-build docker images

See <https://hub.docker.com/r/covidtaskforcecplp/hxldash>.

### Upload image do Docker Hub

If you have access to the organization <https://hub.docker.com/u/covidtaskforcecplp>, you can build locally and publish with this command:


```bash
docker build -t covidtaskforcecplp/hxldash .
docker push covidtaskforcecplp/hxldash
```

## License

[![Public Domain](https://i.creativecommons.org/p/zero/1.0/88x31.png)](UNLICENSE)
Expand Down

0 comments on commit 9b53f27

Please sign in to comment.