feedless
feedless copied to clipboard
Docker: Unable to find image 'damoeb/feedless:aio-chromium' locally
I am sorry if that's double posting but.... It seems that the image is still not available for docker, is it me or there is no image indeed?
PS P:\feedle> docker run --env-file=feedless.env --network=bridge -it damoeb/feedless:aio
Unable to find image 'damoeb/feedless:aio' locally
docker: Error response from daemon: manifest for damoeb/feedless:aio not found: manifest unknown: manifest unknown.
See 'docker run --help'.
The more important part of this message is that other error:
docker: Error response from daemon: manifest for damoeb/feedless:aio not found: manifest unknown: manifest unknown.
The aio and aio-chromium images are not currently available on Docker Hub. You would have to build them yourself.
FYI, I'm trying to build the image in https://github.com/damoeb/feedless/issues/29