Support hostname and domainname
This commit is contained in:
+3
-1
@@ -223,7 +223,9 @@
|
||||
"tty": true
|
||||
}
|
||||
],
|
||||
"restartPolicy": "OnFailure"
|
||||
"restartPolicy": "OnFailure",
|
||||
"hostname": "foo",
|
||||
"subdomain": "foo.com"
|
||||
},
|
||||
"status": {}
|
||||
},
|
||||
|
||||
+3
-1
@@ -223,7 +223,9 @@
|
||||
"tty": true
|
||||
}
|
||||
],
|
||||
"restartPolicy": "OnFailure"
|
||||
"restartPolicy": "OnFailure",
|
||||
"hostname": "foo",
|
||||
"subdomain": "foo.com"
|
||||
},
|
||||
"status": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user