Errors installing connector on Pi

To clarify, im a noob so this is probably a simple fix. I successfully installed on a pi with no issues yesterday, but now on a second pi I am setting up I have had nothing but issues. The error is consistent though.

Fresh OS install.

The commands I ran were “sudo apt update” “sudo apt upgrade” “sudo apt install docker.io” then I tried entering the connector code, this worked last time. This time I get this error

“docker run” requires at least 1 argument.
See ‘docker run --help’.

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG…]

Run a command in a new container
bash: --sysctl: command not found
bash: --env: command not found
bash: --env: command not found
bash: --env: command not found
bash: --env: command not found
bash: --name: command not found
bash: --restart=unless-stopped: command not found
bash: --pull=always: command not found
bash: twingate/connector:1: No such file or directory

Hey!

I install on Pi using the Linux client.

I have done both, but just wanted to offer that as a solution as not having the overhead of running docker on pi.

In that way it is a simple curl and install.

On Whatversion of Pi?

on Raspberry Pi Model B+ V1.2 is not working.

RPi B+ has 32bit OS support only, this may be the reason. twingate needs 64bit OS, which is available on newer versions of RPi.