robmarkcole / deepstack-ui

UI for working with Deepstack
https://github.com/johnolafenwa/DeepStack
GNU General Public License v3.0
135 stars 43 forks source link

Error on trying to pull deepstack-ui #73

Open keneur opened 2 years ago

keneur commented 2 years ago

image

I keep getting the error on the snapshot whenever I try deepstack-ui, and the error is persistent even after logging into docker hub. What am I doing wrong?

robmarkcole commented 2 years ago

strange, but you can build locally using docker build -t deepstack-ui . as described in readme

oliverqn commented 2 years ago

@keneur you obviously made a typo...

You have to use docker pull robmarkcole/deepstack-ui:latest to fetch the image. Keep in mind that you have to provide the full repo name with the owner 'robmarkcole'. The one you provided did not exist.