DEV Community

Cover image for 5 Awesome Docker Tools To Make Your Life Easier

5 Awesome Docker Tools To Make Your Life Easier

Jonas Scholz on November 12, 2024

Hey there! πŸ‘‹ Working with Docker can sometimes be a pain, but these are some tools that make it so much easier. I've tried dozens of Docker tools o...
Collapse
 
douglasfugazi profile image
Douglas Fugazi

Everyone is missing Podman, the best free & open source container tools: podman.io
it works on Windows, Linux, and Mac.
To me, it is a game-changing.

Collapse
 
valdineisantos profile image
Valdinei dos Santos

I switched to Podman and haven't had any bad experiences.

Collapse
 
code42cate profile image
Jonas Scholz

Thank you for sharing:)

Collapse
 
code42cate profile image
Jonas Scholz

Yeah Podman is also good, they should probably do a bit more marketing:)

Collapse
 
jordantrizz profile image
Jordan

Why not help them out and add podman to this list ;)

Thread Thread
 
code42cate profile image
Jonas Scholz

Haha, maybe next one:D I suggested orbstack because I personally used it

Thread Thread
 
jordantrizz profile image
Jordan

You can always add a section called "Other", missed better-docker-ps

github.com/Mikescher/better-docker-ps

Unless this was just to get the word out on sliplane, any thoughts on bring your own server in the future?

PS. Your blog sliplane.io/blog/5-awesome-docker-... has "invalid date"

Collapse
 
thecodingthesi profile image
Thesi

Orbstack is especially nice if you have <16gb of memory! Docker Desktop is crazy resource hungry

Collapse
 
wimadev profile image
Lukas Mauser

Good one! I shy away nowadays from using Docker desktop since it pretty reliably crashes my system 🫠

Collapse
 
kasir-barati profile image
Mohammad Jawad (Kasir) Barati

Raising one concern. With all these toolings I am afraid we might loss touch with the real basic skill which containers and their native language. Like SQL, with all those ORMs I lost touch with it. And now I am trying to get back to where I was. Just food for thoughts.

Collapse
 
code42cate profile image
Jonas Scholz

Mostly agree, I think everybody should at least try to deploy something without a PaaS once. I don't agree in regards to OrbStack, Dive etc.

Collapse
 
sfritsch09 profile image
Sebastian Fritsch

What's the problem with Docker Desktop? The last features are amazing, in Builds you have a lot of insights about your build docker image and see all logs, cache, status, build time and more 🐳

Collapse
 
code42cate profile image
Jonas Scholz

Docker Desktop needs 5GB of memory when idling on my laptop, I just think thats crazy. Unusable if you only have 8GB of memory
Memory Usage

Collapse
 
amavlyanov profile image
Andrey Mavlyanov • Edited

actually it's fine since most of the memory here is a vm running gnu/linux distribution. cause 'docker' (read: containers is a capability of a Linux Kernel). you can not run 'docker' on a win or mac without running linux machine somewhere (this could be you lap or you lab machine, but somewhere you need to run linux kernel and related stuff. that's the basics).

the problem with docker desktop is a licence, not the amount of resource it uses.

btw, I don't actually use docker desktop on my Mac, prefer Colima, but I suppose there might be some setting to lower the memory usage of a GNU/Linux machine running under the hood of the docker desktop.

Thread Thread
 
code42cate profile image
Jonas Scholz

I know how docker works, but how is this not a problem anyway? Will have to hceck out Colima!

Collapse
 
sfritsch09 profile image
Sebastian Fritsch

Got ya! I've got M3 Macbook Pro with 16 GB memory and my next one will be definitely 32 GB! πŸ”₯

Thread Thread
 
code42cate profile image
Jonas Scholz

Yea i'm also on a M2 Macbook Pro with 16 GB memory and I'm struggling lol, next one def. 32 GB :D

Collapse
 
raptor78455 profile image
Antoine Raymond

Sliplane is interesting, I will give it a try

Collapse
 
code42cate profile image
Jonas Scholz

Thank you:)

Collapse
 
hectorlaris profile image
HΓ©ctor Serrano

Jonas thank you very much.

Collapse
 
code42cate profile image
Jonas Scholz

Thank you for reading:)

Collapse
 
noreuzis profile image
noreuzis • Edited

I'm using the community edition of Portainer, and it's been seamless so far! If you're short on time and not focused on DevOps tasks/area, it's very helpful.

Collapse
 
code42cate profile image
Jonas Scholz

Nice! I think I really need to give portainer another try:)

Collapse
 
frickingruvin profile image
Doug Wilson

Nice list and summaries! Thank you!

Collapse
 
code42cate profile image
Jonas Scholz

Thank you for reading:)

Collapse
 
mahender_kumar_527932f9a0 profile image
Mahender Kumar

Very productive info

Collapse
 
code42cate profile image
Jonas Scholz

Thank you:)

Collapse
 
ajaykools profile image
Ajay Kulkarni

Thanks for the list with details. Definitely will try sliplane.
Rancher Desktop is what I'm using now on my Mac

Collapse
 
code42cate profile image
Jonas Scholz

Rancher Desktop also looks pretty good! Why are you using it over Docker Desktop?:)