An open API service indexing awesome lists of open source software.

https://github.com/nodejs/build-container-sync


https://github.com/nodejs/build-container-sync

node nodejs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

build-container-sync
===

A simple tool to keep your server's docker images in sync with https://github.com/iojs/build-containers

#Usage

Simply:

```
$ npm link
... npm stuff ...
$ build-container-sync
Docker webhook started on 8411
```

And you are good to go.

#Requirements

* Docker (needs to run without sudo)
* Your server must be registered at https://registry.hub.docker.com/u/iojs/build/settings/webhooks/
* You must have `curl` installed