zimbra/zmbuilder/README.md

14 lines
250 B
Markdown
Raw Normal View History

2023-08-23 16:13:27 +02:00
# Zimbra Builder
This is a Docker image able to build Zimbra for RHEL8.
To use it you first have to build the image
```
docker build -t zmbuild:latest .
```
Then you can run the build
```
docker run --rm -it zmbuild:latest -v ./output:/zimbra
```