Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Docker Edge requirement from tutorial #1385

Merged
merged 1 commit into from
Oct 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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