Hi!
I saw the vind announcement on Reddit and thought it sounded like a great project.
I use Podman 5.7.1 with a Rootful machine instance on a Mac M1.
When creating a first cluster with
vcluster create my-first-cluster
I get the following output:
17:39:18 info Ensuring environment for vCluster my-first-cluster...
17:39:18 info Docker is using the non-containerd image store, please use containerd image store to use the docker daemon registry proxy. For more information, see https://docs.docker.com/engine/storage/containerd/
17:39:21 warn Load balancer type services are not supported inside the vCluster because privileged port mapping is not allowed. If you are using Docker Desktop, please enable it in the Docker Desktop settings
But Podman Machine is rootful:
podman machine inspect --format "{{.Rootful}}"
true
Also I have other containers running using priviledged ports.
Do you have any suggestions what the issue might be?
Thanks!
Hi!
I saw the vind announcement on Reddit and thought it sounded like a great project.
I use Podman 5.7.1 with a Rootful machine instance on a Mac M1.
When creating a first cluster with
vcluster create my-first-clusterI get the following output:
But Podman Machine is rootful:
Also I have other containers running using priviledged ports.
Do you have any suggestions what the issue might be?
Thanks!