cookbook 'docker_registry', '= 0.2.0'
docker_registry (6) Versions 0.2.0 Follow2
Installs/Configures docker_registry
cookbook 'docker_registry', '= 0.2.0', :supermarket
knife supermarket install docker_registry
knife supermarket download docker_registry
docker_registry Cookbook
This is a library cookbook written to help you install and run a docker registry of your very own.
Requirements
All requirements should be listed in metadata.rb
Attributes
Attributes are self documented in attributes/*
Usage
docker_registry::default
calls docker_registry::install
docker_registry::install
Installs and runs docker registry
Testing
If you have ChefDK
$ chef exec bundle install --without=ruby
$ chef exec berks install
$ chef exec rake
If you do not have ChefDK
$ bundle install
$ berks install
$ chef exec rake
Contributing
e.g.
1. Fork the repository on Github
2. Create a named feature branch (like add_component_x
)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github
License and Authors
Paul Czarkowski
Copyright 2014,2015 Paul Czarkowski
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
docker ~> 1.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
docker_registry CHANGELOG
This file is used to list changes made in each version of the docker_registry cookbook.
0.2.0
- Rewrite to support v2 of registry
- only supports docker install method
0.1.0
- Initial release of docker_registry
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Foodcritic Metric
0.2.0 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/5d52df49cdad8b4ec66233e8/docker_registry/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/5d52df49cdad8b4ec66233e8/docker_registry/metadata.rb:1
0.2.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/5d52df49cdad8b4ec66233e8/docker_registry/metadata.rb:1