https://github.com/raphaelm-sudo/exapi
Dockerized ExaGear for Raspberry Pi
https://github.com/raphaelm-sudo/exapi
docker exagear raspberry raspberry-pi raspberrypi
Last synced: 2 months ago
JSON representation
Dockerized ExaGear for Raspberry Pi
- Host: GitHub
- URL: https://github.com/raphaelm-sudo/exapi
- Owner: raphaelM-sudo
- License: other
- Created: 2020-03-29T16:09:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T16:29:31.000Z (over 4 years ago)
- Last Synced: 2025-02-28T14:06:42.542Z (3 months ago)
- Topics: docker, exagear, raspberry, raspberry-pi, raspberrypi
- Language: Shell
- Size: 3.91 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExaPi
Dockerized ExaGear image for Raspberry Pi 1, 2, 3 and 4.## Usage
```
docker build -t exapi --build-arg PI_VERSION= .
Optionally to just run the Image:
docker run -it --entrypoint /bin/bash exapi:latest
```## Usage as Base Image
Please note that "CMD" and "RUN" commands are executed Outside the ExaGear Guest OS.
The ExaGear image root is located at: "/opt/exagear/images/default/" within the docker container.