https://github.com/urholaukkarinen/angstrom-docker
Dockerized qemux86-64 build of Angström Linux
https://github.com/urholaukkarinen/angstrom-docker
Last synced: 27 days ago
JSON representation
Dockerized qemux86-64 build of Angström Linux
- Host: GitHub
- URL: https://github.com/urholaukkarinen/angstrom-docker
- Owner: urholaukkarinen
- Created: 2022-03-02T16:16:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T16:16:27.000Z (about 3 years ago)
- Last Synced: 2025-02-12T12:57:27.695Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angström-docker-qemu
Dockerized qemux86-64 build of Angström Linux.
## Building
To build the Docker image, run the following command:
```bash
docker build --tag angstrom .
```
This may take several hours, depending on how powerful your system is.
Beware that the resulting image(s) will be very large, because at the moment the image will also contain the full build cache.## Usage
```bash
docker run -it angstrom
```