DataStax Docker Quickstart
Get started with running DataStax Distribution of Apache Cassandra™ (DDAC), DataStax Enterprise (DSE), DSE OpsCenter, and DataStax Studio on Docker.
Use DataStax Docker images to create containers for production and non-production environments.
Prerequisites
- Download and install Docker from the Docker website.
- Download the DataStax Docker images from Docker Hub.
Quick start examples
Create a DDAC database container
docker run -e DS_LICENSE=accept --name my-ddac -d datastax/ddac
Create a DSE database container
docker run -e DS_LICENSE=accept --name my-dse -d datastax/dse-server
Create a DSE container with Analytics, Search, and Graph enabled
docker run -e DS_LICENSE=accept --name my-dse -d datastax/dse-server -k -s -g
Create a DSE OpsCenter container
docker run -e DS_LICENSE=accept -p 8888:8888 --name my-opscenter -d datastax/dse-opscenter
Create a DataStax Studio container
docker run -e DS_LICENSE=accept --name my-studio -p 9091:9091 -d datastax/dse-studio --link my-dse
Learn more
To get help with DataStax Docker images:
- Ask questions and contribute answers in DataStax Community.
- Report issues on Github.
- View how-to and troubleshooting articles on DataStax Support Knowledge Base.
- Send an email message to techpartner@datastax.com.
- Explore free hands-on courses and role-based learning paths on DataStax Academy.