Skip to content

Commit

Permalink
Add docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunty committed Sep 19, 2023
1 parent aee958a commit 5ef7218
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Building images for docker

Replace the versions as appropriate
```
docker build . -t brunty/cigar:1.12.4 -f ./docker/1.12/Dockerfile
docker push brunty/cigar --all-tags
```

0 comments on commit 5ef7218

Please sign in to comment.