Skip to content

Commit

Permalink
Remove Docker Edge requirement from tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mnuttall authored and tekton-robot committed Oct 7, 2019
1 parent 477ae8e commit 151f5da
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,18 +544,15 @@ the status of individual Task runs are shown.

Tekton Pipelines is known to work with:

- [Docker for Desktop](https://www.docker.com/products/docker-desktop): a
version that uses Kubernetes 1.11 or higher. At the time of this document,
this requires the _edge_ version of Docker to be installed. A known good
configuration specifies six CPUs, 10 GB of memory and 2 GB of swap space
- The following
[prerequisites](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md#requirements)
- [Docker for Desktop](https://www.docker.com/products/docker-desktop). A known good
configuration specifies six CPUs, 10 GB of memory and 2 GB of swap space.
- These [prerequisites](https://github.com/tektoncd/pipeline/blob/master/DEVELOPMENT.md#requirements).
- Setting `host.docker.local:5000` as an insecure registry with Docker for
Desktop (set via preferences or configuration, see the
[Docker insecure registry documentation](https://docs.docker.com/registry/insecure/)
[Docker insecure registry documentation](https://docs.docker.com/registry/insecure/).
for details)
- Passing `--insecure` as an argument to Kaniko tasks lets us push to an
insecure registry
insecure registry.
- Running a local (insecure) Docker registry: this can be run with

`docker run -d -p 5000:5000 --name registry-srv -e REGISTRY_STORAGE_DELETE_ENABLED=true registry:2`
Expand Down

0 comments on commit 151f5da

Please sign in to comment.