←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.204s | source
Show context
drzaiusx11 ◴[] No.45138181[source]
Still happily using Colima as a Docker Desktop for Mac replacement. It even allows mixed architecture containers in the same compose stack. What's podman gain me besides a half baked Docker compose implementation?
replies(1): >>45138324 #
osigurdson ◴[] No.45138324[source]
Keep using docker, who cares. The article is concerned about CVEs, etc, but this doesn't matter for development very much.

If you use k8s for anything, podman might help you avoid remembering yet another iac format.

replies(2): >>45138378 #>>45139295 #
1. drzaiusx11 ◴[] No.45139295[source]
My laptop isn't exposing any ports outside localhost, so all I care about is validation of my containers for local-only testing (similar use case to Docker desktop.)

Colima would/should never be used in production for a number of reasons, but yeah it's great for local only development on a laptop.