Difference between revisions of "Docker"
From SME Server
Jump to navigationJump to searchm (wip) |
m (wip) |
||
Line 15: | Line 15: | ||
to see the available command line options | to see the available command line options | ||
− | * | + | ==Things to do== |
+ | * Create link to appropriate run level to auto start docker | ||
+ | * Get the [https://github.com/shipyard/shipyard shipyard GUI] going |
Revision as of 12:09, 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
Things to do
- Create link to appropriate run level to auto start docker
- Get the shipyard GUI going