It was my hope at my current employer to move our entire local dev and propagation process over to Docker but with the licensing change, we're probably going to continue using Vagrant as our defacto LocalDev manager. VMs aren't efficient, but HashiCorp isn't changing the licensing model any time soon.
this post was submitted on 08 Sep 2021
0 points (NaN% liked)
Open Source
31173 readers
426 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
What about Podman?
At my workplace, to record system metrics, we use an in-house service written in Python 2. It is run from within a Docker container, the size of which is about 500MB.
Not really relevant to the article but just wanted to vent about it. Sorry.
What gets the size so big? Is the base image alpine?
The base image is Ubuntu. That's the biggest reason.