Docker Image

Docker Installation

You need to install Docker first, please follow the installation guide in the link below.

https://docs.docker.com/install/

Using Jupiter with Docker

Assuming that you are in some directory, ~/Desktop for example, and inside that directory you have one file called fibonacci.s, you can use the following command to simulate that RISC-V assembly program:

Alternatively, you can specify the version of the Jupiter simulator by using a docker tag:

Visit the link below to see available tags

https://hub.docker.com/r/andrescv/jupiter

Last updated

Was this helpful?