Skip to content
Open
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
14 changes: 14 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,20 @@ We will leave it to the reader to mentally convert `docker-compose` to `docker c
You will also need to access the webui and setup the fly target to use this url rather than 127.0.0.1,
so change every http://127.0.0.1:8080 in this tutorial to http://{{my-server}}:8080

c. Error running task in Linux environment:
run check: find or create container on worker workerId: failed to retrieve kernel parameter "net.ipv4.tcp_retries1": open /proc/sys/net/ipv4/tcp_retries1: no such file or directory

Check if kernel version supports net.ipv4.tcp_retries1 parameter. Try update the kernel.

d. Error resolving name:
failed to ping registry: 2 error(s) occurred:

Added follow parameters to docker-compose.yml:
CONCOURSE_GARDEN_DNS_PROXY_ENABLE=true
CONCOURSE_WORKER_GARDEN_DNS_PROXY_ENABLE=true



### Test Setup

Open http://127.0.0.1:8080/ in your browser:
Expand Down