# build-container-sync **Repository Path**: mirrors_nodejs/build-container-sync ## Basic Information - **Project Name**: build-container-sync - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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