This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch RKuttruff-patch-1 in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit 268e1c2aeac7b88bc27a2c84475b85b54ae8cab9 Author: Riley Kuttruff <[email protected]> AuthorDate: Mon Mar 24 11:01:41 2025 -0700 Update quickstart.rst Fix missing network parameter for docker run command for zk --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index c5c09e2..8fd73ee 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -120,7 +120,7 @@ In order to run Solr in cloud mode, we must first run Zookeeper. .. code-block:: bash - docker run --name zookeeper -dp 2181:2181 zookeeper:${ZK_VERSION} + docker run --name zookeeper -dp 2181:2181 --network sdap-net zookeeper:${ZK_VERSION} We then need to ensure the ``/solr`` znode is present.
