Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypriot/armhf-hello-world
ARM version of hello-world
https://github.com/hypriot/armhf-hello-world
Last synced: 24 days ago
JSON representation
ARM version of hello-world
- Host: GitHub
- URL: https://github.com/hypriot/armhf-hello-world
- Owner: hypriot
- Created: 2015-10-23T23:41:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T00:21:08.000Z (about 9 years ago)
- Last Synced: 2024-12-09T20:50:32.457Z (24 days ago)
- Homepage: https://hub.docker.com/r/hypriot/armhf-hello-world/
- Size: 203 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this repo
This is the repo for the armhf compatible clone of the [hello-world](https://github.com/docker-library/hello-world) Docker image.
It is used in the Docker integration tests.To create an new version of the `hello` binary run in the root of this directory (eg. in boot2docker):
```
docker run --rm -v $(pwd)/src:/src ubuntu:14.04 bash -c "cd /src && ./fasmarm hello.fasm"
```