docker-volume-backup
docker-volume-backup copied to clipboard
Manifest Unknown when trying to pull docker container
Hello,
When I try to pull the container of this program for local testing, I get this:
docker pull jareware/docker-volume-backup
Using default tag: latest
Error response from daemon: manifest for jareware/docker-volume-backup:latest not found: manifest unknown: manifest unknown
This error also occurs when trying to use the image from a docker-compose file.
Unfortunately, latest
tag is still not available.
Have you also also tried docker pull jareware/docker-volume-backup:2.4.0
? This should work. Otherwise, you can build the image locally. See https://github.com/jareware/docker-volume-backup/issues/41.
No latest
tag still. But as of Jan 2022, its 2.6.0.. for others that hit this page, just check https://github.com/jareware/docker-volume-backup/releases for latest...
Might be too little too late, but: there's now a latest
tag, which points to the latest release. 😇