Powered by Zoomin Software. For more details please contactZoomin

MarkLogic® Server on Kubernetes

Generate a Docker image with mlcp

  • Last Updated: April 14, 2026
  • 1 minute read
    • MarkLogic Server
    • Documentation

Build an image containing mlcp by preparing a Dockerfile or using the image generated by the development team: mdweller5/theswamp:mlcp.

To build the mlcp Docker image:

  1. Download the mclp binary zip file from MarkLogic Content Pump to an empty folder/directory.

  2. Extract the zip file.

  3. Create a Dockerfile in the same directory:

    FROM openjdk
    
    COPY ./mlcp-11.3.1 /mlcp
    
    WORKDIR /mlcp
    
    ENTRYPOINT ["./bin/mlcp.sh"]
    

    Note: The Dockerfile should not have a file extension.

  4. Build the mlcp Docker image with the tag marklogic/mlcp by running this script:

    cd /project/mlcp
    
    docker build -t marklogic/mlcp .
    
TitleResults for “How to create a CRG?”Also Available inAlert