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

curl doesn't work - File not found. #6810

Closed
DarylGraves opened this issue Jul 21, 2019 · 1 comment
Closed

curl doesn't work - File not found. #6810

DarylGraves opened this issue Jul 21, 2019 · 1 comment

Comments

@DarylGraves
Copy link

DarylGraves commented Jul 21, 2019

I am trying to install Docker-Compomse on Raspbian but the below doesn't work but is in all the documentation (sometimes with a `, othertimes with a $)

curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s-uname -m` -o /usr/local/bin/docker-compose

All I get is a file with "Not Found "as the contents. I've also tried going directly to that site in a browser but just get a "404 page not found" style error.

I was wondering if I'm meant to replace the "$uname" with something my github username but everywhere I've seen this documented, this is never clarified.

Edit: Github is breaking the URL a bit but the full unedited link can be found here

@ulyssessouza
Copy link
Collaborator

This is due to your arch docker-compose is not released for ARM. For now you can use and alternative installation or build it yourself

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

2 participants