Trying to install syncthing but it looks it cant find the docker image. I get this in the logs:
CommandException: Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘–log-driver=syslog’, ‘-d’, ‘–restart=unless-stopped’, ‘–name’, ‘syncthing’, ‘-v’, ‘/mnt2/Documents:/home/syncthing/Sync’, ‘-v’, ‘/mnt2/syncthing_config:/home/syncthing/.config/syncthing’, ‘-v’, ‘/etc/localtime:/etc/localtime:ro’, ‘-p’, ‘22000:22000/tcp’, ‘-p’, ‘8384:8384/tcp’, ‘-p’, ‘21025:21025/udp’, ‘istepanov/syncthing’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘istepanov/syncthing:latest’ locally”, ‘Pulling repository docker.io/istepanov/syncthing’, ‘Tag latest not found in repository docker.io/istepanov/syncthing’, ‘’]
There is something I can do to resolve it?