Difference between revisions of "Docker"

From SME Server
Jump to navigationJump to search
Line 7: Line 7:
  
 
==Installation==
 
==Installation==
 +
We will 'abuse' SME Server as a host for Docker for now. Once there is a basic SME Server image the it's time to setup a regular Centos box that will run docker and hosts many happy SME Server containers ;-)
 +
 
* Enable the EPEL repository
 
* Enable the EPEL repository
 
yum install docker
 
yum install docker

Revision as of 13:47, 6 September 2014

Warning.png Work in Progress:
This page is a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


Placeholder for anything to do with Docker (https://docker.com)

See: http://forums.contribs.org/index.php?topic=51095.new#new


Important.png Note:
All info is based on SME Server 9 only!


Installation

We will 'abuse' SME Server as a host for Docker for now. Once there is a basic SME Server image the it's time to setup a regular Centos box that will run docker and hosts many happy SME Server containers ;-)

  • Enable the EPEL repository

yum install docker

yum install docker-io --enablerepo=epel
service docker start

and then

docker

to see the available command line options

Things to do

  • Create link to appropriate run level to auto start docker
  • Get the shipyard GUI going
  • A LOT more ;-)