forked from LaconicNetwork/kompose
Update introduction.md (#1090)
fix "It's as simple as 1-2-3" ``` $ wget https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml $ kompose up FATA No 'docker-compose' file found: stat docker-compose.yaml: no such file or directory ```
This commit is contained in:
parent
d48ae64325
commit
75ecc88aef
@ -19,7 +19,7 @@ Why do developers love it?
|
|||||||
3. Check your Kubernetes cluster for your newly deployed containers!
|
3. Check your Kubernetes cluster for your newly deployed containers!
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ wget https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml
|
$ wget https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml -O docker-compose.yaml
|
||||||
|
|
||||||
$ kompose up
|
$ kompose up
|
||||||
We are going to create Kubernetes Deployments, Services and PersistentVolumeClaims for your Dockerized application.
|
We are going to create Kubernetes Deployments, Services and PersistentVolumeClaims for your Dockerized application.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user