From b5ceac99698e3a7044a3dfc4112d0b2e4d3afd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Fri, 1 Dec 2023 11:27:16 +0100 Subject: [PATCH] docs: show location of lima podman socket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- website/docs/lima/customizing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docs/lima/customizing.md b/website/docs/lima/customizing.md index 5de448ad217..f174307e16a 100644 --- a/website/docs/lima/customizing.md +++ b/website/docs/lima/customizing.md @@ -31,6 +31,14 @@ Some of the things you can edit: - Modify the cluster setup (the Kubernetes distribution) - Run **both** of container workloads and Kubernetes workloads +### Directory + +To find the location of the instance directory (`Dir`): + +```bash +limactl list --format '{{.Dir}}' +``` + ### Containers You can install a container engine, in addition to the existing runtime. @@ -44,6 +52,7 @@ After that you can port forward the socket, to the host `Dir`. ```bash export DOCKER_HOST="unix://{{.Dir}}/sock/docker.sock" +export CONTAINER_HOST="unix://{{.Dir}}/sock/podman.sock" ``` ### Kubernetes