An open API service indexing awesome lists of open source software.

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

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
```