Update docs: --bundle is global flag now

This commit is contained in:
Tomas Kral 2016-09-23 15:14:15 +02:00
parent 3ce0519a82
commit a65dcfb5d5
No known key found for this signature in database
GPG Key ID: E690DA7E4F291FA6
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
For example, if you have a Docker bundle like [`docker-compose-bundle.dsb`](./examples/docker-compose-bundle.dsb), you can convert it into Kubernetes deployments and services like this:
```console
$ kompose convert --bundle docker-compose-bundle.dsb
$ kompose --bundle docker-compose-bundle.dsb convert
WARN[0000]: Unsupported key networks - ignoring
file "redis-svc.json" created
file "web-svc.json" created

View File

@ -55,7 +55,7 @@ db-svc.json docker-compose-bundle.dsb docker-voting.yml redis-svc.json
Using `--bundle, --dab` to specify a DAB file as below:
```console
$ kompose convert --bundle docker-compose-bundle.dsb
$ kompose --bundle docker-compose-bundle.dsb convert
WARN[0000]: Unsupported key networks - ignoring
file "redis-svc.json" created
file "web-svc.json" created