ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How come Docker isn't used/talked about more?

    IT Discussion
    4
    7
    623
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex Sage
      last edited by

      I have been testing out docker today, and I am pretty impressed.

      I have been using portainer.io for a GUI until I learn more about docker, then maybe I can lose the GUI.

      I was able to launch nginx, wordpress, MySQL, nextcloud, Unifi Controller, etc all quickly and easily.

      Made me wonder, why don't more people here use it? Looks like you can use it with Salt too 😉 - https://amplitude.com/blog/2016/03/03/deploying-docker-saltstack/

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • stacksofplatesS
        stacksofplates
        last edited by

        It's not that useful unless you are running like 20 of the same app. When I can spin up a stateless VM and provision it in around 30 seconds it's not that useful until you hit huge scale.

        1 Reply Last reply Reply Quote 2
        • stacksofplatesS
          stacksofplates
          last edited by

          Also if you need a GUI Cockpit has built in Docker integration.

          1 Reply Last reply Reply Quote 0
          • stacksofplatesS
            stacksofplates
            last edited by stacksofplates

            The other big problem is that best practices state that the containers are supposed to be stateless and stateful data should be on a volume. They should also be single service. Here's a list of best practices https://developers.redhat.com/blog/2016/02/24/10-things-to-avoid-in-docker-containers/

            And you have to deal with things like port mapping between containers.

            This creates a decent amount of complexity and overhead that isn't really needed unless you have a lot of scale.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Because it was just a buzzword and isn't very exciting and has very low applicability to production IT. It's always been focused on developers. It's not bad tech, there just isn't much call for it.

              1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @Alex Sage
                last edited by

                @aaronstuder said in How come Docker isn't used/talked about more?:

                I was able to launch nginx, wordpress, MySQL, nextcloud, Unifi Controller, etc all quickly and easily.

                All things I can already do quickly and easily. What do you feel is its selling point?

                1 Reply Last reply Reply Quote 0
                • T
                  Texkonc
                  last edited by

                  Anstle runs Docker. Ask them.

                  1 Reply Last reply Reply Quote 1
                  • 1 / 1
                  • First post
                    Last post