Sign inSign up

archfx/pronoc

By archfx

Updated over 3 years ago

Docker Environment for ProNoC MPSoC generator

Image
0

200

archfx/pronoc repository overview

Docker Environment for ProNoC MPSoC generator

You can use the docker environment with GUI to use the ProNoC on all Platforms including Apple silicon

Clone from docker-hub

docker pull archfx/pronoc

Set the expected location to share with the container

export LOC=<directory you want>

Clone the Github Repo to your local machine

git clone https://github.com/amonemi/ProNoC

Run the Docker image by mounting the ProNoC repo

docker run -t -p 6080:6080 -v "${PWD}/:/ProNoC" -w /ProNoC --name pronoc archfx/pronoc

This will generate a VNC server link, that you can access the GUI environment with the shared directory on the browser

In order to access the container with CLI

docker exec -it pronoc /bin/bash

Tag summary

Content type

Image

Digest

sha256:031128a99

Size

1.3 GB

Last updated

over 3 years ago

docker pull archfx/pronoc