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:
Tomasz Skowroński 2019-01-30 20:52:15 +01:00 committed by Charlie Drage
parent d48ae64325
commit 75ecc88aef

View File

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