• Glossary
  • Support
  • Downloads
  • DataStax Home
Get Live Help
Expand All
Collapse All

DataStax Docker Guide

  • Overview
    • About Docker and DataStax
    • Docker support
    • Docker known issues
    • Licensing
  • Getting started
    • Quickstart
  • Installing
    • Install
    • Create and start Docker containers
  • Developing
    • Building custom Docker images
  • Managing
    • Configuring
      • Recommended settings
      • Exposing public ports
      • Using environment variables
      • Using the DSE configuration volume
      • Mount data volumes
    • Operating
      • Using Docker compose for automated provisioning
      • Logging into a container
  • Reference
    • Docker run options
  • DataStax Docker Guide
  • Getting started
  • Quickstart

DataStax Docker Quickstart

Get started with running DataStax Enterprise (DSE), DSE OpsCenter, and DataStax Studio on Docker.

Use DataStax Docker images to create containers for production and non-production environments.

Prerequisites

  1. Download and install Docker from the Docker website.

  2. Download the DataStax Docker images from Docker Hub.

Quick start examples

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 -g -k -s

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 \
-p 9091:9091 \
--link my-dse \
--name my-studio \
-d datastax/dse-studio

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.

Licensing Install

General Inquiries: +1 (650) 389-6000 info@datastax.com

© DataStax | Privacy policy | Terms of use

DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.

Kubernetes is the registered trademark of the Linux Foundation.

landing_page landingpage