Merge pull request #976 from hangyan/hostname-domain-support

Support hostname and domainname
This commit is contained in:
Tomas Kral
2018-04-11 15:58:18 +02:00
committed by GitHub
14 changed files with 271 additions and 8 deletions
-2
View File
@@ -53,11 +53,9 @@ func checkUnsupportedKey(composeProject *project.Project) []string {
"DependsOn": false,
"DNS": false,
"DNSSearch": false,
"DomainName": false,
"EnvFile": false,
"ExternalLinks": false,
"ExtraHosts": false,
"Hostname": false,
"Ipc": false,
"Logging": false,
"MacAddress": false,