close

Filter

loading table of contents...

Blueprint Developer Manual / Version 2101

Table Of Contents

3.2.2.2 Starting the Docker Setup

Make sure that you have build the workspace and the Docker images. To build the Docker images the Maven profile with-docker must be activated. To check whether you have build the images you can list the available images using the following command:

docker images

The result should look like this but should contain image names like cae-live or content-server:

REPOSITORY                 TAG     IMAGE ID      CREATED       SIZE
coremedia/cae-preview      latest  a8f9d245fbbe  10 hours ago  296MB
coremedia/content-server   latest  8f6045472222  10 hours ago  272MB

If there are no images listed, you probably did not activate the Maven profile. To build with the active Maven profile, run the following command:

mvn clean install -Pwith-docker

After the images have been built, you can change the directory to the docker setup:

cd global/deployment/docker

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.