Project

General

Profile

Download (6.77 KB) Statistics
| Branch: | Tag: | Revision:

foreman-docker / README.md @ 5397ee73

1
# Foreman Docker Plugin
2

    
3
[![Code Climate](https://codeclimate.com/github/theforeman/foreman-docker/badges/gpa.svg)](https://codeclimate.com/github/theforeman/foreman-docker)
4
[![Gem Version](https://badge.fury.io/rb/foreman_docker.svg)](http://badge.fury.io/rb/foreman_docker)
5
[![Dependency Status](https://gemnasium.com/theforeman/foreman-docker.svg)](https://gemnasium.com/theforeman/foreman-docker)
6
[![Issue Stats](http://issuestats.com/github/theforeman/foreman-docker/badge/pr)](http://issuestats.com/github/theforeman/foreman-docker)
7

    
8
```foreman_docker``` enables provisioning and managing of [Docker](http://docker.com) containers and images in [Foreman](http://github.com/theforeman/foreman), all of that under the GPL v3+ license.
9

    
10
* Website: [TheForeman.org](http://theforeman.org)
11
* ServerFault tag: [Foreman](http://serverfault.com/questions/tagged/foreman)
12
* Issues: [foreman_docker Redmine](http://projects.theforeman.org/projects/docker/issues)
13
* Wiki: [Foreman wiki](http://projects.theforeman.org/projects/foreman/wiki/About)
14
* Community and support: #theforeman for general support, #theforeman-dev for development chat in [Freenode](irc.freenode.net)
15
* Mailing lists:
16
    * [foreman-users](https://groups.google.com/forum/?fromgroups#!forum/foreman-users)
17
    * [foreman-dev](https://groups.google.com/forum/?fromgroups#!forum/foreman-dev)
18

    
19
## Features
20

    
21
* Special view with logs and processes of Foreman managed containers
22
    ![](http://i.imgur.com/D21bdgj.png)
23
    ![](http://i.imgur.com/XnrPTZC.png)
24
* Wizard for container creation and cgroups configuration
25
    ![Select a docker image](http://i.imgur.com/IoMuNnr.png)
26
    ![Cgroups configuration](http://i.imgur.com/74d99Tf.png)
27
* Commit and upload containers: creates an image with the status of your current container
28
    ![Commit and upload to the docker hub](http://i.imgur.com/coF5Y0L.png)
29
* Container listing and basic CRUD operations
30
    ![](http://i.imgur.com/DPcaHkZ.png)
31

    
32
### Planned
33
* [Kubernetes](https://github.com/GoogleCloudPlatform/kubernetes/) integration
34
* Events stream ([#8037](http://projects.theforeman.org/issues/8037))
35
* Tight integration between Docker hosts [Atomic](http://www.projectatomic.io/) and [CoreOS](http://coreos.com/) and containers ([#7653](http://projects.theforeman.org/issues/7653), [#7652](http://projects.theforeman.org/issues/7652))
36
* Quickstart images - pre-supplied images and configuration ([#7869](http://projects.theforeman.org/issues/7869))
37
* Environment variables support ([#8226](http://projects.theforeman.org/issues/8226))
38
* Support to expose ports during creation or at runtime ([#7864](http://projects.theforeman.org/issues/7864))
39
* Links to other containers ([#7866](http://projects.theforeman.org/issues/7866))
40
* API ([#7874](http://projects.theforeman.org/issues/7874))
41
* [Hammer CLI](http://github.com/theforeman/hammer-cli-foreman) support ([#8227](http://projects.theforeman.org/issues/8227))
42

    
43
## Installation
44

    
45
Please see the Foreman manual for appropriate instructions:
46

    
47
* [Foreman: How to Install a Plugin](http://theforeman.org/manuals/latest/index.html#6.1InstallaPlugin)
48

    
49
### Red Hat, CentOS, Fedora, Scientific Linux (rpm)
50

    
51
Set up the repo as explained in the link above, then run
52

    
53
    # yum install ruby193-rubygem-foreman_docker
54

    
55
### Debian, Ubuntu (deb)
56

    
57
Set up the repo as explained in the link above, then run
58

    
59
    # apt-get install ruby-foreman-docker
60

    
61
### Bundle (gem)
62

    
63
Add the following to bundler.d/Gemfile.local.rb in your Foreman installation directory (/usr/share/foreman by default)
64

    
65
    $ gem 'foreman_docker'
66

    
67
Then run `bundle install` and `foreman-rake db:migrate` from the same directory
68

    
69
--------------
70

    
71
To verify that the installation was successful, go to Foreman, top bar **Administer > About** and check 'foreman_docker' shows up in the **System Status** menu under the Plugins tab. You should also see a **'Containers'** button show up in the top bar, similar to this
72

    
73
![](http://i.imgur.com/Ug14Ktl.png)
74

    
75
## Configuration
76

    
77
Go to **Infrastructure > Compute Resources** and click on "New Compute Resource".
78

    
79
Choose the **Docker provider**, and fill in all the fields. User name, password, and email are used so that Docker clients such as Foreman can make the host download images from the Docker hub. Your password will be encrypted in the database.
80

    
81
That's it. You're now ready to create and manage containers in your new Docker compute resource.
82

    
83
## Compatibility
84

    
85
| Foreman | Plugin |
86
| ---------------:| --------------:|
87
| >= 1.5         | 0.0.1 - 0.0.3   |
88
| >= 1.6         | 0.1.0 - 0.2.0   |
89
| >= 1.7         | 1.0.0+          |
90

    
91
We will follow [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html). This means:
92
* MAJOR versions: will break compatibility with the latest supported Foreman version. For instance, foreman-docker 1.0 breaks Foreman 1.6 compatibility.
93
* MINOR versions: will enhance foreman-docker with features in a backwards-compatible manner.
94
* PATCH versions: will contain bugfixes for the latest minor version in a backwards-compatible manner.
95

    
96
## How to contribute?
97

    
98
Generally, follow the [Foreman guidelines](http://theforeman.org/contribute.html). For code-related contributions, fork this project and send a pull request with all changes. Some things to keep in mind:
99
* Code from the master branch can contain features only present in [Fog's](http://github.com/fog/fog) master branch, we commit to wait for the next Fog release to put that code in a foreman-docker release.
100
* [Follow the rules](http://theforeman.org/contribute.html#SubmitPatches) about commit message style and create a Redmine issue. Doing this right will help reviewers to get your contribution merged faster.
101
* [Rubocop](https://github.com/bbatsov/rubocop) will analyze your code, you can run it locally with `rake rubocop`.
102
* All of our pull requests run the full test suite in our [Jenkins CI system](http://ci.theforeman.org/). Please include tests in your pull requests for any additions or changes in functionality
103

    
104

    
105
### Testing
106

    
107
Run `rake test:docker` from your Foreman directory to run the test suite.
108

    
109
## Latest code
110

    
111
You can get the develop branch of the plugin by specifying your Gemfile in this way:
112

    
113
    gem 'foreman_docker', :git => "https://github.com/theforeman/foreman-docker.git"
114

    
115
# Copyright
116

    
117
Copyright (c) 2014 Amos Benari
118

    
119
This program is free software: you can redistribute it and/or modify
120
it under the terms of the GNU General Public License as published by
121
the Free Software Foundation, either version 3 of the License, or
122
(at your option) any later version.
123

    
124
This program is distributed in the hope that it will be useful,
125
but WITHOUT ANY WARRANTY; without even the implied warranty of
126
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
127
GNU General Public License for more details.
128

    
129
You should have received a copy of the GNU General Public License
130
along with this program.  If not, see <http://www.gnu.org/licenses/>.
131