Jump to content

Photo

Docker

docker lxc containers

  • Please log in to reply
1 reply to this topic

#1 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 04 August 2014 - 06:36 AM

http://www.docker.io

http://en.wikipedia.org/wiki/Docker_(software)

http://www.zdnet.com...lar-7000032269/

 

It's generating a lot of buzz.  I've been doing some R&D w/ it for the last 6 weeks..  It's quite impressive.

 

I used to use containers w/ Solaris back in '05 to support oracle enterprise stacks (rdbms 10g, oracle AS 10g, OID/SSO) inside solaris 'zones'.  It was great when set up properly to support snapshots and what not.

 

Docker does similar, but can run any linux distro that the host kernel supports... genius!  No more installing RPM/deb packages and worrrying about dependencies on my hosts!



#2 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 04 August 2014 - 06:36 AM

of course, you can run in to a lot of issues if you're not running a cutting edge host kernel like fedora/mint. ubuntu 14 seems to be a very stable host.