Go implementation of the C3 protocol
brew install patchutilsInstall using go get (must have Go installed).
go get -u github.com/c3systems/c3
Show help for C3
$ c3 help
$ c3 push {imageID}
$ c3 pull {ipfsHash}
Configure daemon.json to include the private registry as insecured (momentarily).
{
"insecure-registries" : [
"{YOUR_LOCAL_IP}:5000"
]
}
/etc/docker/daemon.json~/.docker/daemon.jsonRestart the docker daemon after configuring daemon.json
make test
Tests require docker daemon and IPFS daemon to be running