Tailscale Docker Instructions

Hi,

I’m trying to use the docker image on my Raspberry Pi.

The native installation worked perfect. But when I run docker build -t tailscale/tailscale after doing docker pull ... as described here https://hub.docker.com/r/tailscale/tailscale, I get an error -

"docker build" requires exactly 1 argument.
See 'docker build --help'.

Usage:  docker build [OPTIONS] PATH | URL | -

Build an image from a Dockerfile

How do I fix this?

You don’t need to build the docker image if you just pulled it. You can skip to just running it once you’ve already pulled it.

I filed Docker hub docs are missing a "." after "docker build" · Issue #4535 · tailscale/tailscale · GitHub to fix the docs on building it, though. Somehow a dot got lost.