forked from LaconicNetwork/kompose
list out unsupported compose options
This commit is contained in:
parent
b6d7c1d367
commit
ce32befbb2
19
README.md
19
README.md
@ -187,6 +187,25 @@ accordingly.
|
|||||||
$ go build -o kompose ./cli/main
|
$ 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
|
## 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.
|
`kompose` is a work in progress, we will see how far it takes us. We welcome any pull request to make it even better.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user