back to article Docker made itself popular with devs. Now it has to make itself essential for biz. But how? Ah ha! Pay-as-you-go enterprise features

Container popularizer Docker on Tuesday opened its DockerCon 19 conference in San Francisco with an amiable video of Docker employees stumbling over obtuse platform lingo. "I just gave up trying to explain it to my parents," quipped one Docker software engineer. Yet when CEO Steve Singh arrived on stage, he talked about how …

  1. jake Silver badge

    Yep. Docker Con.

    That 'bout covers it. At least they are up front about it.

    1. Anonymous Coward
      Anonymous Coward

      Re: Yep. Docker Con.

      There's no con here unless you take the view that the kind of functionality provided by Docker and containers should have been subsumed into the operating system years ago.

      While Linux is volunteer led and so lacks the resources to lead on such a scale, there's no reason why IBM or Microsoft couldn't have innovated this for themselves 10 years ago.

      In a similar vein, and while I'm on a mini-rant, it's a similar situation to Java. Why do we still have Firefly/JBoss, Websphere and Webserver when it could all be subsumed into the operating system?

      1. Julz

        Re: Yep. Docker Con.

        On the Java front, wouldn't that just make the services harder to charge for? Anyway, JBoss, Websphere and Webserver are all operating systems anyway, just bad, poorly documented and uninstrumented ones.

      2. mmccul

        Re: Yep. Docker Con.

        You mean like the containers on mainframes used 40+ years ago?

      3. Anonymous Coward
        Anonymous Coward

        Re: Yep. Docker Con.

        It's a total con.

        Basically a chroot with bind mounts is docker.

        There are other namespaces under linux (pid namespace, network namespace etc), the rest is just hype and nonsense.

        It's best innovation is the name and the iconography but fundamentally it doesn't do anything other than use Linux facilities and try to pretend it's somehow invented copy-on-write or package management.

        That said, it's strength is just how shit it is, it means plenty of work fixing problems people didn't have.

      4. Anonymous Coward
        Anonymous Coward

        Re: Yep. Docker Con.

        1) The functionality is in the operating system.

        2) An operating system is not an application suite.

        3) Java and by extension software written in Java, needs to delegate some functionality to the underlying operating system, for example memory mapped I/O.

        4) Java has certain issues that make it unsuitable for systems software e.g. inside a kernel etc.

  2. Hans 1

    I have used docker and lxd, what I like about docker, in theory, it can run Linux containers on macOS and Windows, now I do not really see the point of running Linux containers on a Mac in a VM, then again, it is pretty stable, and this cannot be written about Linux containers on Windows, well, no, you really cannot. Every other docker update breaks something new, Windows feature updates re-enable fast startup and that then causes you to have to restart docker after every shutdown or reboot, once docker has come up or it will list your containers and not allow you to connect to them. It uses HyperV which sucks, imho, it is dog slow. On Linux, docker is pretty solid as well and you do not need a VM, obviously, so all is good. LXD is really quite easy to setup and run as well, is Linux only, but honestly, docker on Windows is a waste, just too unstable, YMMV.

  3. TeeCee Gold badge
    Facepalm

    "enlists CapGemini"

    I hope they've got deep pockets. Ideally with wormholes at the bottom leading to even deeper pockets for the inevitable cost overruns.

  4. Starace

    After all that time and effort...

    ...why does Docker *still* feel like a half finished beta?

    Which of course would help explain why it gets pushed down and buried under things like Kubernetes where you can try to forget Docker is lurking underneath.

    1. Anonymous Coward
      Anonymous Coward

      Re: After all that time and effort...

      The problem is that decent docker containers have a pid 1, which actually acts as pid 1.

      Once you strip all the nonsense away, you are building embedded systems, which is it's own specialism and requires rather better knowledge of the linux system model than most people using docker have.

      The number of people who think that it's a magic solution is amazing, and the process per container nonsense is just rubbish.

      K8s is just nonsense on stilts, that leaving aside that the desire for orchestration is largely predicated on not understanding that the claimed security boundary is largely fictional.

      Running multiple services inside a container, running with a pid 1 and an init system starts to give you somewhat lighter virtual machines. There is an argument to be made that Docker makes that usecase easier but for most uses, the fail can be seen from space.

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon

Other stories you might like