Starting the Store server Docker container with default configurations
Learn how to start Store server Docker container without specifying the CONFIGURE_MODE parameter.
To start the container with default configurations to view files inside the container,
use:
docker run -it -e LICENSE=accept crs-appWhen you start
by using the default configurations, the Store server Docker container image name
is crs-app.Default host name
When you start by using the default configurations, the Store server Docker container host name is store.Mandatory parameters
| Parameter name | Value | Configuration |
|---|---|---|
| SPIUSER_NAME | Your SPIUSER name. The default value is spiuser. | Container environment variable/Vault |
| SPIUSER_PWD | The encrypted password for the spiuser. For more information, see Setting the spiuser password in your Docker images. | Container environment variable/Vault |
| The software stack. Note: When using
Solr-based search (9.1.18.0+) set the
SOFTWARE_STACK parameter to
open in the env.sh file.
If you are not using Solr-based search (9.1.18.0+) this
parameter is not required. |
Container environment variable/Vault |
Optional parameters
| Parameter name | Description |
|---|---|
| SSLPort | The remote store page redirect secure port. |
| NONSSLPort | The remote store page redirect non-secure port. |
| ZOOKEEPER_SERVERS | Works with KAFKA_SERVERS, if you want to configure the container to catch validation. |
| HEALTH_CENTER_ENABLED | Specify whether Health Center is enabled. Accepted values are true and
false. The default value is false. |
The indexing model for the NiFi server is optional. By default,
it is set to empty. The following options are available:
|
Code example
docker run -it -e LICENSE=accept \
-e SPIUSER_NAME=<your spiuser-name> \
-e SPIUSER_PWD=<your spiuser password that you encrypted with wcs-encrypt.sh>
<Store Docker image>