rendello / SerenityOS_Docker

Lightweight Dockerfile for building and running SerenityOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple dockerfile that builds SerenityOS and creates a disk image that runs
in QEMU.

PREREQUISITES
    - Docker
    - xhost

USAGE
    ./serenity_docker.sh build: Build the Dockerfile.
    ./serenity_docker.sh build-no-cache: As above, without using cache.
    ./serenity_docker.sh run: Run SerenityOS Docker container (must be built first).

WARNINGS
    This is not a part of the SerenityOS project; don't expect support from the
    SerenityOS developers.

About

Lightweight Dockerfile for building and running SerenityOS.


Languages

Language:Dockerfile 53.0%Language:Shell 47.0%