Pipeline: Tutorial.md says to use "host.docker.local" instead of "host.docker.internal"

Created on 20 Jul 2020  路  3Comments  路  Source: tektoncd/pipeline

good first issue kinbug kindocumentation

All 3 comments

It's under the Prerequisites section, replace

Set host.docker.local:5000 as an insecure registry with Docker for Desktop. See the Docker insecure registry documentation. for details.

With:

Set host.docker.internal:5000 as an insecure registry with Docker for Desktop. See the Docker insecure registry documentation. for details.

/kind documentation

I can work on this! I'll PR by end of day

I think this was fixed with #2993!

Was this page helpful?
0 / 5 - 0 ratings