efabless / foss-asic-tools

FOSS-ASIC-TOOLS is all in one container for SKY130 based design both Analog and Digital. Below is a list of the current tools already installed and ready to use.
Apache License 2.0
68 stars 58 forks source link

Fix docker start command #1

Open hpretl opened 2 years ago

hpretl commented 2 years ago

I found that VNC needs the following to work:

Instead of docker run -it -p 80:80 --user $(id -u):$(id -g) -v $DESIGNS:/foss/designs efabless/foss-asic-tools:latest bash

one needs to run docker run -it -p 80:80 -p 5901:5901 --user $(id -u):$(id -g) -v $DESIGNS:/foss/designs efabless/foss-asic-tools:latest bash

Please update the instructions accordingly.

OK83 commented 1 year ago

I'm sorry. I'm working with Ubuntu and havn't done eneything with docker until today. after installing docker (followed https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04-de) I've execute the followed commands:

Please could you help me to fix my problem. I'm sorry.