this post was submitted on 08 Sep 2021
0 points (NaN% liked)

Open Source

30339 readers
1679 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] KingThrillgore@lemmy.ml 0 points 3 years ago (1 children)

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.

[–] pinsl@lemmy.ml 0 points 3 years ago (1 children)
[–] ksynwa@lemmy.ml 0 points 3 years ago (1 children)

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.

[–] ray@lemmy.ml 0 points 3 years ago (1 children)

What gets the size so big? Is the base image alpine?

[–] ksynwa@lemmy.ml 0 points 3 years ago (1 children)

The base image is Ubuntu. That's the biggest reason.