Skip to content

Commit

Permalink
Fix: host.docker.internal instead of host.docker.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Rios authored and tekton-robot committed Jul 24, 2020
1 parent f5d3bac commit e692b98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Apply your `Task` YAML file as follows:
kubectl apply -f <name-of-task-file.yaml>
```

To see details about your created `Task`, use the following command:
To see details about your created `Task`, use the following command:
```bash
tkn task describe echo-hello-world
```
Expand Down Expand Up @@ -564,8 +564,7 @@ Complete these prerequisites to run this tutorial locally:
- Install the [required tools](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md#requirements).
- Install [Docker for Desktop](https://www.docker.com/products/docker-desktop) and configure it to use six CPUs,
10 GB of RAM and 2GB of swap space.
- Set `host.docker.local:5000` as an insecure registry with Docker for
Desktop. See the [Docker insecure registry documentation](https://docs.docker.com/registry/insecure/).
- Set `host.docker.internal:5000` as an insecure registry with Docker for Desktop. See the [Docker insecure registry documentation](https://docs.docker.com/registry/insecure/).
for details.
- Pass `--insecure` as an argument to your Kaniko tasks so that you can push to an insecure registry.
- Run a local (insecure) Docker registry as follows:
Expand Down

0 comments on commit e692b98

Please sign in to comment.