Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 379 Bytes

Usage

build (optional)

The prebuilt container is hosted on Docker Hub. If you wish to build it yourself, use the following command.

docker build -t rditech/cyclonev-soc-eds .

run container and mount current directory

docker run -it --rm -v $PWD:/mnt rditech/cyclonev-soc-eds

The above command puts you into the SoC EDS embedded command shell.