this post was submitted on 29 Jun 2023
36 points (100.0% liked)
wefwef
4216 readers
1 users here now
wefwef is now Voyager! Subscribe to [email protected].
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I fail at following the two extremely simple steps posted at https://github.com/aeharding/wefwef#prebuilt
This is what I get (running on some recent version of Ubuntu Linux on a machine in my garage):
$ docker pull ghcr.io/aeharding/wefwef:latest (...) Status: Downloaded newer image for ghcr.io/aeharding/wefwef:latest ghcr.io/aeharding/wefwef:latest $ sudo docker run --rm -it -p 5314:5314 wefwef Unable to find image 'wefwef:latest' locally docker: Error response from daemon: pull access denied for wefwef, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. $