Creating a DataStax Distribution of Apache Cassandra™ (DDAC) container
Steps to create a basic DataStax Distribution of Apache Cassandra™ (DDAC) basic node.
To create a DataStax Distribution of Apache Cassandra™ (DDAC) database container:
docker run -e DS_LICENSE=accept --name my-ddac -d datastax/ddac
Setting the DS_LICENSE
environment variable
signals your acceptance of the DataStax terms of service
and is required for the software to start.
See the docker run command reference for a full list of options to run a command in a new container.