From ce32befbb27e232022fb90c96a20e30562d163ce Mon Sep 17 00:00:00 2001 From: ngtuna Date: Tue, 5 Jul 2016 22:18:46 +0700 Subject: [PATCH] list out unsupported compose options --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 4b69266f..f1c09bc2 100755 --- a/README.md +++ b/README.md @@ -187,6 +187,25 @@ accordingly. $ go build -o kompose ./cli/main ``` +### Building multi-platform binaries with make + +- You need `make` + +``` +$ make binary +``` + +## Unsupported docker-compose configuration options + +Currently `kompose` does not support these below options. Some of them are not reflected into kubernetes objects. + +``` +"Build", "CapAdd", "CapDrop", "CPUSet", "CPUShares", "ContainerName", "Devices", "DNS", "DNSSearch", +"Dockerfile", "DomainName", "Entrypoint", "EnvFile", "Hostname", "LogDriver", "MemLimit", "MemSwapLimit", +"Net", "Pid", "Uts", "Ipc", "ReadOnly", "StdinOpen", "SecurityOpt", "Tty", "User", "VolumeDriver", +"VolumesFrom", "Expose", "ExternalLinks", "LogOpt", "ExtraHosts", +``` + ## Contributing and Issues `kompose` is a work in progress, we will see how far it takes us. We welcome any pull request to make it even better.