Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 280 Bytes

File metadata and controls

13 lines (7 loc) · 280 Bytes

Quickstart

To start the container, run:

$ docker run --rm -it azulresearch/riscv-emu-user

Alternatively, you can build the Docker image yourself:

$ docker build --tag=riscv-emu-user .

This way, to start the container, run:

$ docker run --rm -it riscv-emu-user