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

Docker installation Error :Either your platform is not easily detectable or is not supported by this installer script. #45

Closed
bao3 opened this issue Nov 19, 2017 · 1 comment

Comments

@bao3
Copy link

bao3 commented Nov 19, 2017

I user official Docker script

curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh

Get Error:

Executing docker install script, commit: 49ee7c1
Either your platform is not easily detectable or is not supported by this
installer script.
Please visit the following URL for more detailed installation instructions:
https://docs.docker.com/engine/installation/

but I couldn't install Docker. How should I bo ?

@bamarni
Copy link
Owner

bamarni commented Nov 20, 2017

I'd suggest you to enable multiarch as explained in the README of this repo :

sudo dpkg --add-architecture armhf
sudo apt-get update

Then to follow instructions in https://docs.docker.com/engine/installation/linux/docker-ce/debian/, except that at some point you'd have to run sudo apt-get install docker-ce:armhf.

@bao3 bao3 closed this as completed Nov 20, 2017
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