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