Start container with default configurations

Learn how to start the containers with the default configurations. That is without specifying the CONFIGURE_MODE parameter. There are mandatory and optional parameters that we can specify depending on how we want to start the container. Use the default mode in the following scenarios:

Note: This configuration mode is ideal for using Docker Compose. We can leverage the service name or network alias to ensure that the service names are the same as the default host names. We can specify the mandatory and optional parameters as environment: parameters in the Compose file. For examples on how to start WebSphere Commerce by using Docker Compose, see Deploy a WebSphere Commerce environment locally. To start the container with default configurations to view files inside the container, use:


Creating Transaction server Docker container with docker run

If the environment satisfies the default conditions, we can run the following command:


Creating Transaction server Docker container with docker compose

If we are using Docker Compose, ensure that you specify these parameters as environment: variables in your compose file.