X11 server-enabled Linux Hardware development environment
367
Pull directly from the Docker-Hub
docker pull archfx/yosystools
Set the expected location to share with the container
export LOC=<directory you want>
Run the Docker image
sudo docker run -t -p 6080:6080 -v "${PWD}/:/yosystools" -w /yosystools --name yosystools archfx/yosystools
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
sudo docker exec -it linuxdev /bin/bash
Content type
Image
Digest
sha256:f0e360bec…
Size
2.5 GB
Last updated
about 3 years ago
docker pull archfx/yosystools