Skip to content

Instantly share code, notes, and snippets.

@yaronr
Created September 13, 2014 16:01
Show Gist options
  • Save yaronr/5221008e468be76229d2 to your computer and use it in GitHub Desktop.
Save yaronr/5221008e468be76229d2 to your computer and use it in GitHub Desktop.
{
"id": "docker-registry",
"kind": "Pod",
"apiVersion": "v1beta1",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "docker-registry",
"containers": [{
"name": "master",
"image": "dockerfile/registry",
"ports": [{
"containerPort": 5000,
"hostPort": 5000
}]
}]
}
},
"labels": {
"name": "docker-registry"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment