Skip to content

Commit

Permalink
Merge pull request #579 from upserve/maintenance
Browse files Browse the repository at this point in the history
Update links after github org move
  • Loading branch information
ls-pieter-vanisacker authored Jan 14, 2022
2 parents e32fb6f + 0f74d30 commit 8fbecb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
docker-api
==========
[![Gem Version](https://badge.fury.io/rb/docker-api.svg)](https://badge.fury.io/rb/docker-api) [![travis-ci](https://travis-ci.org/swipely/docker-api.svg?branch=master)](https://travis-ci.org/swipely/docker-api) [![Code Climate](https://codeclimate.com/github/swipely/docker-api.svg)](https://codeclimate.com/github/swipely/docker-api)
[![Gem Version](https://badge.fury.io/rb/docker-api.svg)](https://badge.fury.io/rb/docker-api) [![Code Climate](https://codeclimate.com/github/upserve/docker-api.svg)](https://codeclimate.com/github/upserve/docker-api)

This gem provides an object-oriented interface to the [Docker Engine API](https://docs.docker.com/develop/sdk/). Every method listed there is implemented. At the time of this writing, docker-api is meant to interface with Docker version 1.4.*

If you're interested in using Docker to package your apps, we recommend the [dockly](https://github.com/swipely/dockly) gem. Dockly provides a simple DSL for describing Docker containers that install as Debian packages and are controlled by upstart scripts.
If you're interested in using Docker to package your apps, we recommend the [dockly](https://github.com/upserve/dockly) gem. Dockly provides a simple DSL for describing Docker containers that install as Debian packages and are controlled by upstart scripts.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ gem install bundler
# Getting Started
1. Clone the git repository from Github:
```shell
$ git clone git@github.com:swipely/docker-api.git
$ git clone git@github.com:upserve/docker-api.git
```
2. Install the dependencies using Bundler
```shell
Expand Down
2 changes: 1 addition & 1 deletion docker-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.authors = ['Swipely, Inc.']
gem.email = 'tomhulihan@swipely.com bright@swipely.com toddlunter@swipely.com'
gem.description = gem.summary = 'A simple REST client for the Docker Remote API'
gem.homepage = 'https://github.com/swipely/docker-api'
gem.homepage = 'https://github.com/upserve/docker-api'
gem.license = 'MIT'
gem.files = `git ls-files lib README.md LICENSE`.split($\)
gem.name = 'docker-api'
Expand Down

0 comments on commit 8fbecb9

Please sign in to comment.