File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11language : ruby
22rvm :
3- - 1.9.3
4- before_install : gem install bundler -v 1.11.2
3+ - 2.2
4+ before_install :
5+ - gem install bundler -v 1.11.2
6+ - docker pull registry:2.5
7+ - docker run -d -p 127.0.0.1:5000:5000 -v "$(pwd)/spec/registry.config.yml:/etc/docker/registry/config.yml" registry:2.5
8+ sudo : required
9+ services :
10+ - docker
Original file line number Diff line number Diff line change 22
33Simple swipley/docker-api like API client for docker-distribution with limited support of endpoints
44
5+
6+ [ ![ Build Status] ( https://travis-ci.org/bazilio91/docker-distribution-api.svg?branch=master )] ( https://travis-ci.org/bazilio91/docker-distribution-api )
7+
58## Installation
69
710Add this line to your application's Gemfile:
Original file line number Diff line number Diff line change 1+ version : 0.1
2+ log :
3+ level : debug
4+ formatter : text
5+ fields :
6+ service : registry
7+ storage :
8+ cache :
9+ blobdescriptor : inmemory
10+ filesystem :
11+ rootdirectory : /var/lib/registry
12+ delete :
13+ enabled : true
14+ http :
15+ addr : :5000
16+ headers :
17+ X-Content-Type-Options : [nosniff]
You can’t perform that action at this time.
0 commit comments