deepstack-ui
deepstack-ui copied to clipboard
Error on trying to pull deepstack-ui

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?
strange, but you can build locally using docker build -t deepstack-ui . as described in readme
@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.