Using environment variables
Configure the DataStax Enterprise (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 | Type | Description | Default |
---|---|---|---|
|
string a |
To show and acknowledge the license, set [IMPORTANT]
====
Setting the |
unset |
|
IP_address |
IP address to listen for connections from other nodes. |
The container IP address |
|
IP_address |
IP address to advertise to other nodes. |
If not set, the default value is the |
|
IP_address |
IP address to list for client and driver connections. |
|
|
IP_address |
IP address to advertise to clients and drivers. |
If not set, the default value is the |
|
IP_address |
Comma-delimited list of seed nodes for the cluster. |
If not set, the default value is the node’s |
|
Boolean |
Whether to start the Thrift RPC server. |
If not set, the default value is preserved in |
|
string |
Name of the cluster. |
|
|
int |
Number of tokens randomly assigned to the node. |
|
|
string |
Datacenter name |
|
|
string |
Rack name |
|
|
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 |