Comment by daft_pink

Comment by daft_pink 6 months ago

2 replies

Hoping that VSCode supports Apple Containers in a similar way to it supporting Docker Containers. I’ve tried Podman to use less resources on my Mac, but found that the developer tooling in things like VSCode makes Docker a bit sticky.

esseph 6 months ago

Looking at the ecosystem between docker and podman/oci, I hope the OCI tooling gets better.

I know docker is easier to dev on for many currently, it's also been around longer, but there is a widening gap between docker deployments in production and podman deployments in production and it isn't nearly as smooth or secure as either should be.

baobun 6 months ago

Does anything still break in that Docker tooling if you use it with the podman socket via DOCKER_HOST?