mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
build: support building inside a container
This commit is contained in:
@@ -9,6 +9,27 @@
|
||||
* *Basic* and TLS mutual authentication
|
||||
* Swagger based documentation
|
||||
|
||||
# Building
|
||||
|
||||
* Build inside a container (preferred)
|
||||
|
||||
```
|
||||
make binary-container
|
||||
```
|
||||
|
||||
* Build using host's toolchain
|
||||
|
||||
```
|
||||
make
|
||||
|
||||
```
|
||||
|
||||
Build artifacts are in bin/
|
||||
|
||||
# Running
|
||||
|
||||
bin/zot serve _<config>_
|
||||
|
||||
# Caveats
|
||||
|
||||
* go 1.12+
|
||||
|
||||
Reference in New Issue
Block a user