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.
  • 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