nonprofitparrot
@nonprofitparrot@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Hands On with Spacetop the AR Laptop 3 months ago:
The ergonomics look great.
- Comment on Why docker 10 months ago:
Lots of docker guides + documentation just don’t work, specifically with podman-compose. The networking options are not fully featured, I ended up having to rig up a bunch of kubernetes services just to be able to use my VPN as a network bridge for my media server stack. I got podman working eventually because I think it’s neat, but it definitely would have been twice as easy to just use docker.
- Comment on Why docker 10 months ago:
In my personal experience, it’s just not as fully featured.
- Comment on Docker vs Podman, which one to choose for a beginner and why ? 1 year ago:
I do a lot of docker/k8s at work, and I use podman at home. Podman is very cool in theory but still rough around the edges. I recommend docker if you just want to get started, Podman is a little extra work.