https://github.com/nodejs/build-container-sync
https://github.com/nodejs/build-container-sync
node nodejs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodejs/build-container-sync
- Owner: nodejs
- Archived: true
- Fork: true (retrohacker/build-container-sync)
- Created: 2014-12-30T06:15:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T14:42:57.000Z (over 10 years ago)
- Last Synced: 2024-10-29T17:14:40.764Z (over 1 year ago)
- Topics: node, nodejs
- Language: JavaScript
- Size: 127 KB
- Stars: 6
- Watchers: 25
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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