I'm trying to get Venus-docker running on a Orange Pi one running Arabian.
I got an error message that mqtt:latest is not available locally.
But it can't load the software.
I got an docker hub account but I can't still pull the container.
Is there a solution available?
root@orangepione:~/docker_container/venus-docker# docker login
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
root@orangepione:~/docker_container/venus-docker# ./run.sh
Unable to find image 'mqtt:latest' locally
docker: Error response from daemon: pull access denied for mqtt, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
html5 app available at: localhost:8080, websocket port: 9001, mqtt port: 1883, dbus port: 3000
I'm trying to get Venus-docker running on a Orange Pi one running Arabian.
I got an error message that mqtt:latest is not available locally. But it can't load the software. I got an docker hub account but I can't still pull the container.
Is there a solution available?