Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gictorbit committed Nov 15, 2022
1 parent 8b004ff commit 78e2fcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Dockygo
docker image builder for go micro services
### Features:
+ use `buildx`/`buildkit` to build docker images
- reduce docker image size using `upx` to compress `go` binary
+ supports multistage build
- supports yaml config file
+ registry management
- supports `http`/`https` proxy
## Installation
you can build and install `dockygo` on your linux machine using builder script. <br/>
1- first clone the repository
Expand Down

0 comments on commit 78e2fcc

Please sign in to comment.