Skip to content

Commit bb69658

Browse files
committed
remove docker example
1 parent 802bc15 commit bb69658

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/modules/commons-operator/pages/reference/environment-variables.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,3 @@ Please see the documentation xref:guides:kubernetes-cluster-domain.adoc[on confi
1919
export KUBERNETES_CLUSTER_DOMAIN=mycluster.local
2020
cargo run -- run
2121
----
22-
23-
or via docker:
24-
25-
[source]
26-
----
27-
docker run \
28-
--name commons-operator \
29-
--network host \
30-
--env KUBECONFIG=/home/stackable/.kube/config \
31-
--env KUBERNETES_CLUSTER_DOMAIN=mycluster.local \
32-
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
33-
docker.stackable.tech/stackable/commons-operator:0.0.0-dev
34-
----

0 commit comments

Comments
 (0)