Support hostname and domainname

This commit is contained in:
Hang Yan
2018-03-31 12:00:37 +08:00
parent b141064ef4
commit 88b8e316b9
14 changed files with 271 additions and 8 deletions
+3 -1
View File
@@ -223,7 +223,9 @@
"tty": true
}
],
"restartPolicy": "OnFailure"
"restartPolicy": "OnFailure",
"hostname": "foo",
"subdomain": "foo.com"
},
"status": {}
},
+3 -1
View File
@@ -223,7 +223,9 @@
"tty": true
}
],
"restartPolicy": "OnFailure"
"restartPolicy": "OnFailure",
"hostname": "foo",
"subdomain": "foo.com"
},
"status": {}
},