Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Docker?

Docker?

Scheduled Pinned Locked Moved The Lounge
comdevopsdockerquestion
25 Posts 14 Posters 0 Views 1 Watching
  • 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.
  • R realJSOP

    Try a WPF app...

    ".45 ACP - because shooting twice is just silly" - JSOP, 2010
    -----
    You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
    -----
    When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

    V Offline
    V Offline
    Vincent Maverick Durano
    wrote on last edited by
    #12

    I don't do WTF WPF :rolleyes:

    R 1 Reply Last reply
    0
    • A Abhinav S

      Marc Clifton wrote:

      what it is and why I'd use it

      Exactly!! I just cannot understand the hype around it.

      Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

      V Offline
      V Offline
      Vincent Maverick Durano
      wrote on last edited by
      #13

      Abhinav S wrote:

      I just cannot understand the hype around it.

      Docker would make sense if you want to build microservices, where each service will run independently and deployed separately without impacting other services that the app needs.

      1 Reply Last reply
      0
      • V Vincent Maverick Durano

        I don't do WTF WPF :rolleyes:

        R Offline
        R Offline
        realJSOP
        wrote on last edited by
        #14

        there are plenty on cp that you could try with.

        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
        -----
        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
        -----
        When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

        V 1 Reply Last reply
        0
        • R realJSOP

          there are plenty on cp that you could try with.

          ".45 ACP - because shooting twice is just silly" - JSOP, 2010
          -----
          You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
          -----
          When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

          V Offline
          V Offline
          Vincent Maverick Durano
          wrote on last edited by
          #15

          does CP have beer and pizza that I could try on? ;P

          1 Reply Last reply
          0
          • A Abhinav S

            Anyone used it so far? Is it good?

            Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #16

            From the site:

            Docker is the world’s leading software containerization platform.

            I didn't know 'containerization' was a thing. :sigh:

            D 1 Reply Last reply
            0
            • R realJSOP

              When I saw the word "Pricing" on the web site, I lost interest.

              ".45 ACP - because shooting twice is just silly" - JSOP, 2010
              -----
              You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
              -----
              When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

              N Offline
              N Offline
              Nicholas Marty
              wrote on last edited by
              #17

              Pricing ist for hosting containers in their Datacenter or for using their Cloud. The technology itself is free to use as far as I know. You can do the hosting yourself

              V 1 Reply Last reply
              0
              • R Rajesh R Subramanian

                From the site:

                Docker is the world’s leading software containerization platform.

                I didn't know 'containerization' was a thing. :sigh:

                D Offline
                D Offline
                den2k88
                wrote on last edited by
                #18

                They have thingified it.

                DURA LEX, SED LEX GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++*      Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver When I was six, there were no ones and zeroes - only zeroes. And not all of them worked. -- Ravi Bhavnani

                1 Reply Last reply
                0
                • A Abhinav S

                  Anyone used it so far? Is it good?

                  Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

                  2 Offline
                  2 Offline
                  240DL
                  wrote on last edited by
                  #19

                  I use it for cross compilation without cluttering the file system or accidentally referencing a native element of the tool chain ... almost like a temporary chroot jail. And I can easily share the environment with other members of the team. Other teams at my company use it for deploying services across a server farm.

                  1 Reply Last reply
                  0
                  • A Abhinav S

                    Anyone used it so far? Is it good?

                    Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

                    C Offline
                    C Offline
                    cjlambre
                    wrote on last edited by
                    #20

                    Here's a use case for you. Google released an English language parser based on their tensorflow machine learning platform. I could download all the code from their git repository, set up a VM with all the right Java bits, and go through a 3 hour compilation process, and maybe get everything built successfully... ...or, I can download their Docker image and run that image in a Docker container on my machine in a fraction of the time and get to playing with the English parser which is what I was really interested in. I'm not a Docker expert, but I've been dabbling in it and I see potential. As others have mentioned, it really depends on your use case (insert quote about everything looking like a nail when you're holding a hammer). In my opinion, it is a slightly different take on virtualization. It seems more lightweight than other virtualization platforms (I have used VMware in the past, tend to use VirtualBox these days), but part of that is because it appears aimed at temporary resources. Hope this info helps! Cheers, Carl

                    A 1 Reply Last reply
                    0
                    • N Nicholas Marty

                      Pricing ist for hosting containers in their Datacenter or for using their Cloud. The technology itself is free to use as far as I know. You can do the hosting yourself

                      V Offline
                      V Offline
                      vaderjm
                      wrote on last edited by
                      #21

                      It is free to use, I recently set it up on one of my servers, and even I (with somewhat limited knowledge of linux) was able to get it running. Took about a day to get it and the services I wanted to use running.

                      1 Reply Last reply
                      0
                      • A Abhinav S

                        Anyone used it so far? Is it good?

                        Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

                        V Offline
                        V Offline
                        vaderjm
                        wrote on last edited by
                        #22

                        It works for me well with neo4j, the graphing database. I was able to use it for multiple instances of neo on the same server. So far no problems.

                        1 Reply Last reply
                        0
                        • A Abhinav S

                          Anyone used it so far? Is it good?

                          Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

                          S Offline
                          S Offline
                          sasadler
                          wrote on last edited by
                          #23

                          Hm, I wonder if this would work for running a Windows game on Linux. You don't port the game, you just pop it into an appropriately provisioned Docker container and it's now 'Linux' compatible.

                          A 1 Reply Last reply
                          0
                          • C cjlambre

                            Here's a use case for you. Google released an English language parser based on their tensorflow machine learning platform. I could download all the code from their git repository, set up a VM with all the right Java bits, and go through a 3 hour compilation process, and maybe get everything built successfully... ...or, I can download their Docker image and run that image in a Docker container on my machine in a fraction of the time and get to playing with the English parser which is what I was really interested in. I'm not a Docker expert, but I've been dabbling in it and I see potential. As others have mentioned, it really depends on your use case (insert quote about everything looking like a nail when you're holding a hammer). In my opinion, it is a slightly different take on virtualization. It seems more lightweight than other virtualization platforms (I have used VMware in the past, tend to use VirtualBox these days), but part of that is because it appears aimed at temporary resources. Hope this info helps! Cheers, Carl

                            A Offline
                            A Offline
                            Abhinav S
                            wrote on last edited by
                            #24

                            OK. Thats a cool use case.

                            Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles

                            1 Reply Last reply
                            0
                            • S sasadler

                              Hm, I wonder if this would work for running a Windows game on Linux. You don't port the game, you just pop it into an appropriately provisioned Docker container and it's now 'Linux' compatible.

                              A Offline
                              A Offline
                              Andre_Prellwitz
                              wrote on last edited by
                              #25

                              No, Docker runs on linux hosts, and merely segregates the running container from the underlying OS. There is no "translation" of Windows-specific functionality to linux equivalents.

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups