>tfw finally figured out docker
Tfw finally figured out docker
Other urls found in this thread:
github.com
github.com
portainer.io
swarmpit.io
grafana.com
github.com
github.com
serversforhackers.com
twitter.com
Was it worth it?
Yes in the sense I can now understand better what people who use it say when they talk about it.
No in the sense I don't really need to use it, since I'm the only one using my machine and no one uses it at work.
From my shallow understanding, it's a bastard between python virtualenv and a small virtual machine.
it's fucking useless what is the point of it when you cannot have two containers sharing same port without additional service
Isn't that shit proprietary?
That's some freemium from what I understand, but I don't care about licenses for "professional" stuff.
I'm paid, I write stuff, I don't ask questions.
I "learned" it on my free time tho, which makes me a paid whore learning new tricks for free I guess.
>From my shallow understanding, it's a bastard between python virtualenv and a small virtual machine
>figured out
JUST
You can't share the same port if they are running on the same server dipshit. It's true for your physical machine as well. Also DOCKER IS NOT A VM, IT IS A CONTAINERIZED APPLICATION.
Then correct me if you're so smart. Where am I wrong in a first order approximation?
It's just a virtual machine that self destruct after completing it's task. And the way it is compartmentalized is similar to virtualenvs.
>Multiple interfaces don't exist