Exposing public ports

To allow remote hosts to access a DataStax Enterprise (DSE) (DSE) node, DSE OpsCenter, or DataStax Studio container, map the DSE public port to a host port using the docker run command with the -p option.

For a complete list of ports, see:

When mapping a container port to a local host port, ensure the host port is not already in use by another container or the host.

Example

To allow access to a DataStax Enterprise (DSE) (DSE) node from a browser on a remote host, open port 8888 as shown in the following example.

docker run -e DS_LICENSE=accept --name my-opscenter -p 8888:8888 \
-d datastax/dse-opscenter

Setting the DS_LICENSE environment variable signals your acceptance of the DataStax terms of service and is required for the software to start.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

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.

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