forked from LaconicNetwork/kompose
Updated user-guide
Fixes issue #678. As we no longer supports setting provider by environment variable, this PR will remove documentation for the same.
This commit is contained in:
parent
eb808c36ff
commit
0c53501e82
@ -12,9 +12,7 @@
|
||||
- [Docker Compose Versions](#docker-compose-versions)
|
||||
|
||||
Kompose has support for two providers: OpenShift and Kubernetes.
|
||||
You can choose targeted provider either using global option `--provider`, or by setting environment variable `PROVIDER`.
|
||||
By setting environment variable `PROVIDER` you can permanently switch to OpenShift provider without need to always specify `--provider openshift` option.
|
||||
If no provider is specified Kubernetes is default provider.
|
||||
You can choose a targeted provider using global option `--provider`. If no provider is specified, Kubernetes is set by default.
|
||||
|
||||
|
||||
## `kompose convert`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user