diff --git a/404.html b/404.html index 697f4b8628b..df4416c7364 100644 --- a/404.html +++ b/404.html @@ -13,7 +13,7 @@ - +
diff --git a/assets/js/7849.5130bbc0.js b/assets/js/7849.5130bbc0.js new file mode 100644 index 00000000000..4ad7e6dc24a --- /dev/null +++ b/assets/js/7849.5130bbc0.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[7849],{92739:(c,a,e)=>{e.d(a,{G:()=>v});var s=e(30537),i=e(23615),l=e.n(i),n=e(27378);function f(c,a){var e=Object.keys(c);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(c);a&&(s=s.filter((function(a){return Object.getOwnPropertyDescriptor(c,a).enumerable}))),e.push.apply(e,s)}return e}function o(c){for(var a=1;aTo find the location of the instance directory (Dir):
limactl list <instance> --format '{{.Dir}}'
You can install a container engine, in addition to the existing runtime.
For instance you can install Podman Engine,
@@ -46,7 +49,7 @@ After that you can port forward the socket, to the host Dir.
/var/run/docker.sock/run/podman/podman.sockexport DOCKER_HOST="unix://{{.Dir}}/sock/docker.sock"
export DOCKER_HOST="unix://{{.Dir}}/sock/docker.sock"
export CONTAINER_HOST="unix://{{.Dir}}/sock/podman.sock"
You can install Kubernetes, on top of the existing container engine.
For instance you can use CRI-O for Podman,
@@ -56,6 +59,6 @@ After that you can copy the kubeconfig.yaml file, to the host /etc/rancher/k3s/k3s.yaml
/etc/kubernetes/admin.confexport KUBECONFIG="{{.Dir}}/copied-from-guest/kubeconfig.yaml"export KUBECONFIG="{{.Dir}}/copied-from-guest/kubeconfig.yaml"