Skip to content
New issue

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

Very first command in the Docker for Beginners fails #152

Closed
andrewandante opened this issue Jul 6, 2018 · 5 comments
Closed

Very first command in the Docker for Beginners fails #152

andrewandante opened this issue Jul 6, 2018 · 5 comments

Comments

@andrewandante
Copy link

Not the greatest look when starting off :)

[node1] (local) [email protected] ~
$     git clone https://github.com/dockersamples/linux_tweet_app
Cloning into 'linux_tweet_app'...
remote: Counting objects: 14, done.
remote: Total 14 (delta 0), reused 0 (delta 0), pack-reused 14
Unpacking objects: 100% (14/14), done.
[node1] (local) [email protected] ~
$ docker container run alpine hostname
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
docker: no matching manifest for linux/amd64 in the manifest list entries.
See 'docker run --help'.
@marcosnils
Copy link
Contributor

Thx for reporting the issue. I believe it's an issue with the docker daemon used in PWD. I'll update it later today.

@marcosnils
Copy link
Contributor

/cc @yosifkit as it's somehow related to the image manifest.

@ManoMarks
Copy link
Contributor

@andrewandante This is you running it locally I guess? Since it works on the site.

@marcosnils
Copy link
Contributor

@ManoMarks this wasn't working when I tested it before. Seems like it was a temporary issue with the Alpine image manifest. I'll close as it's working now

@yosifkit
Copy link

Yeah, we had a build hiccup on alpine:3.8: docker-library/official-images#4543 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants