Running Application Configurator in Docker

You can run the Application Configurator in a Docker by using the docker run command.

Before You Begin
    Procedure
  1. Run the Docker image of the Application Configurator by using the following command:

    Syntax:

    docker run --rm -p <CONTAINER_PORT>:<HOST_PORT> --name <CONTAINER_NAME> <APPLICATION_IMAGE_NAME>:<IMAGE_VERSION>
    Example:
    docker run --rm -p 8087:8087 -p 9998:9998 --name amxceac amxce_ac:1.0.1

    Here port 8087 is the application port and port 9998 is used for monitoring.

  2. You can access the Application Configurator by opening the following URL in a browser: http://<hostname>:<hostport>/appconfig or http://<IP>:<hostport>/appconfig.
    For example: http://localhost:8087/appconfig/.
What to do next

In the Application Configurator, you can configure an application and generate a configuration YAML file. For more information about generating application configuration YAML file, see Generating Application Configuration.