Import from Container Engine docs, addition of Tabs functionality, various link fixes

This commit is contained in:
johndmulhausen
2016-03-16 15:54:34 -07:00
parent 3a2026677d
commit c8dd8b8831
56 changed files with 1974 additions and 34 deletions
+44
View File
@@ -0,0 +1,44 @@
"spec": {
"containers": [
{
"name": "",
"image": "",
"command": [
""
],
"args": [
""
],
"env": [
{
"name": "",
"value": ""
}
],
"imagePullPolicy": "",
"ports": [
{
"containerPort": 0,
"name": "",
"protocol": ""
}
],
"resources": {
"cpu": ""
"memory": ""
}
}
],
"restartPolicy": "",
"volumes": [
{
"name": "",
"emptyDir": {
"medium": ""
},
"secret": {
"secretName": ""
}
}
]
}