Remix.run Logo
daft_pink 7 days ago

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 7 days ago | parent | next [-]

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 4 days ago | parent | prev [-]

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