Sign inSign up

archfx/yosystools

By archfx

Updated about 3 years ago

X11 server-enabled Linux Hardware development environment

Image
0

367

archfx/yosystools repository overview

X11 server-enabled Linux Hardware development environment

dockeri.co

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

Tag summary

Content type

Image

Digest

sha256:f0e360bec

Size

2.5 GB

Last updated

about 3 years ago

docker pull archfx/yosystools