Skip to content

Error response from daemon when installing using a compose.yaml file with docker on qnap #36

@chrisb13

Description

@chrisb13

Thanks for a great product!

When following these instructions (see 2 minutes / 20 sec)

I get the following error

Failed to deploy a stack: compose up operation failed: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Using portainer on a qnap. I've turned off the firewall, tried resetting container station (and all containers).

(I can install the official app but would rather use a more recent tailscale version.)

Here's the cli version:

services:
  tailscale-authkey1:
    image: tailscale/tailscale:latest
    container_name: ts-authkey-test
    hostname: ds
    environment:
      - TS_AUTHKEY=REDACTED
      - TS_STATE_DIR=/var/lib/tailscale
      - TS_USERSPACE=false
    volumes:
      - ts-authkey-test:/var/lib/tailscale
    devices:
      - /dev/net/tun:/dev/net/tun
    cap_add:
      - net_admin
    restart: unless-stopped
  nginx-authkey-test:
    image: nginx
    network_mode: service:tailscale-authkey1
volumes:
  ts-authkey-test:
    driver: local
# docker compose up -d
[+] Running 2/2
 ✘ tailscale-authkey1 Error context canceled                                                                                                                          35.0s 
 ✘ nginx-authkey-test Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeo...                          35.0s 
Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions