It seems to be a kubernetes replacement that comes with Docker Desktop. But what are the steps to just build and run a simple Dockerfile? An example would have been good.
The video demonstrates it, using the "nerdctl" CLI which seems to be API equivalent to the docker CLI but understands k8s namespaces (thus hiding the k8s containers by default).
I agree that having an example in writing would have been helpful.
Nerdctl claims to be able to run `docker-compose.yml` files as a drop-in replacement. How true that is (and how volume mounts work, if at all) I don't know.