24
feroza
6y

I fucking ❤️ Docker

Comments
  • 9
    Nooooooo
    I love docker

    Docker is all mine

    I will not share docker with anyone. Docker and I don't swing.
  • 2
    You are probably using it for the wrong reasons anyway
  • 6
    @mundo03

    Tell me, what are the right reasons to you?

    Looks like someone woke up on the wrong side of the bed.
  • 4
    You are telling me Docker is seeing another developer?

    I thought what we had was special!
  • 0
    @feroza well, no one can love docker just like that, as much as you can't love vm ware just because you use it.

    If you can use a vm and docker for the same reason, you are probably using one of them wrong.

    For docker specifically, loving it because it isolates your stuff, you might as well use containers directly and skip docker.

    Also I always wake up on the right side of the bed, the one that makes me cranky.

    Anyway, why do you use it?
  • 0
    @mundo03

    1. It gives me a predictable, consistent environment to test & run my apps in.
    2. Containers are isolated and operate pretty much as microservices, not like a monolith.
    3. Unlike actual virtual machines, which have a noticeable overhead, the performance of containers is nearly identical as native, while providing many of the same benefits.
  • 1
    @mundo03 I love Docker because it makes my life easier and provides many benefits, some of which I listed above. By suggesting that I "skip docker and use containers directly", you clearly show that you don't understand what Docker is and what it does, since it is a container technology by itself.
  • 1
    @feroza
    The benefits you listed are containers features, not dockers specifically.

    You could use LXC instead.

    I just read up on docker, I was very outdated, it is no longer fully based on LXC.

    See how pissing people off can create value?
    Thanks!
  • 0
    @mundo03

    Docker specializes in deploying apps.

    LXD specializes in deploying (Linux) Virtual Machines.

    That would best summarize everything.
  • 0
    I said LXC
  • 1
    @mundo03 My typo, even though both are pretty much the same. LXD is built upon LXC and provides more features, but the purpose is the same - to deploy linux virtual machines.
  • 0
    @feroza containers for machines, not the same as a virtual machine.
    There is a serios implication security wise. VMs are completely isolated, Contained machines ir apps share stuff, like the kernel, os maybe, it depends.

    Anyway, I think we are pretty much on the same page now.
  • 0
    With great flexibility comes great risks; it's easier to misconfigure docker than a VM, and the flexibility of docker resource sharing also creates more opportunities for both implementation and configuration bugs. However, if you manage to configure the sharing permissions properly and assuming there are no implementation bugs in Docker or the kernel, then Docker provides much more fine-grained sharing than hardware virtualization and may give you overall better security.
Add Comment