-
Notifications
You must be signed in to change notification settings - Fork 92
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
RPI build #14
Comments
Sorry, but I have no experience with Docker on ARM architecture. Can you please send me what you tried. Maybe I can make it work. |
#FROM gliderlabs/alpine FROM hypriot/rpi-alpine-scratch RUN apk --update add python make g++ nodejs make coffee executableRUN chmod +x ./node_modules/coffee-script/bin/coffee Connect to container with name/idENV CONTAINER= Shell to use inside the containerENV CONTAINER_SHELL=bash Server keyENV KEYPATH=./id_rsa Server portENV PORT=22 Enable web terminalENV HTTP_ENABLED=true HTTP PortENV HTTP_PORT=8022 EXPOSE 22 8022 CMD ["npm", "start"] It's still the same process just that you will have to change the base os to an arm os and build it on an arm platform like rpi or scaleway. |
It gets error while installing the apk apps. Maybe it didn't find some of its arm compatible apps. I believe if it's apt-get, it would get most of its required armhf equivalent apps. I don't know much of alpine |
hello i tried to build an arm docker container of this project but failed. please can you make a
Dockerfile.armhf for it. i think it nice to have for raspberry pi. it appears light and sleek
The text was updated successfully, but these errors were encountered: