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:
Suraj Narwade 2017-07-05 15:49:22 +05:30
parent eb808c36ff
commit 0c53501e82

View File

@ -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`