Difference between revisions of "Docker"
From SME Server
Jump to navigationJump to searchm (Add forum thread) |
m (wip) |
||
Line 3: | Line 3: | ||
See: http://forums.contribs.org/index.php?topic=51095.new#new | See: http://forums.contribs.org/index.php?topic=51095.new#new | ||
+ | |||
+ | {{Note box| All info is based on SME Server 9 only!}} | ||
+ | |||
+ | ==Installation== | ||
+ | * 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 |
Revision as of 11:51, 6 September 2014
Placeholder for anything to do with Docker (https://docker.com)
See: http://forums.contribs.org/index.php?topic=51095.new#new
Installation
- 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