Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 240 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 240 Bytes

Docker image for interactive use in ECAD labs

To build first time:

docker build -t ecad-riscv .

To run a shell inside Docker image, mounting your current directory inside

docker run -v $(pwd):/home/ecad/work -it ecad-riscv
cd work