mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
dca2372431
'setup.sh' expects an image named 'mailserver/docker-mailserver:latest' or else it will pull a remote image.
729 B
729 B
title |
---|
Tutorials | Docker Build |
Building your own Docker image
You'll need to retrieve the git submodules prior to building your own Docker image. From within your copy of the git repo run the following to retrieve the submodules and build the Docker image:
git submodule update --init --recursive
docker build -t mailserver/docker-mailserver .
Or, you can clone and retrieve the submodules in one command:
git clone --recurse-submodules https://github.com/docker-mailserver/docker-mailserver
Retrieving the git submodules will fix the error:
COPY failed: file not found in build context or excluded by .dockerignore: stat target/docker-configomat/configomat.sh: file does not exist