We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to pull and build a redis image using the following docker compose file:
version: '2' services: redis: container_name: redis image: redis ports: - 6380:6379
I run docker-compose up -d redis and I get the following output:
docker-compose up -d redis
Pulling redis (redis:latest)... latest: Pulling from library/redis ERROR: no matching manifest for linux/amd64 in the manifest list entries
There has been no changes to our compose file or docker since the last time (few weeks ago) we pulled and built this image.
The text was updated successfully, but these errors were encountered:
Duplicate of #115
Sorry, something went wrong.
No branches or pull requests
I'm trying to pull and build a redis image using the following docker compose file:
I run
docker-compose up -d redis
and I get the following output:There has been no changes to our compose file or docker since the last time (few weeks ago) we pulled and built this image.
The text was updated successfully, but these errors were encountered: