# 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 ```