Using environment variables
Configure the DataStax Enterprise (DSE) (DSE) Docker image by setting environment variables when the container is created.
Use the docker run
command -e
option, or set in the docker compose script.
Variable | Setting | Description | Default |
---|---|---|---|
|
accept |
To show and acknowledge the license, set the variable |
Important: Setting the DS_LICENSE environment variable signals your acceptance of the DataStax terms of service and is required for the software to start. |
|
IP_address |
IP address to listen for connections from other nodes. |
Defaults to the container IP address. |
|
IP_address |
IP address to advertise to other nodes. |
Defaults to the same value as |
|
IP_address |
IP address to list for client and driver connections. |
Default: |
|
IP_address |
IP address to advertise to clients and drivers. |
Defaults to the same value as |
|
IP_address |
Comma-delimited list of seed nodes for the cluster. |
Defaults to the node |
|
boolean |
Determines whether to start the Thrift RPC server. |
If not set, the default value is preserved in the |
|
string |
Name of the cluster. |
Default: |
|
int |
Number of tokens randomly assigned to the node. |
Default: |
|
string |
Datacenter name. |
Default: |
|
string |
Rack name. |
Default: |
|
IP_address |
Address of the OpsCenter instance to use for DSE management. |
The value can be specified by linking the OpsCenter container using |
|
string |
Sets a custom value for the JVM heap using |
|
|
string |
Sets a custom locale. |
|
|
string |
Sets the snitch implementation this node will use. |
The value is set in the |