x11 server enabled linux container for running GUI applications natively on M1 mac via docker
1.0K
Pull directly from the Docker-Hub
docker pull archfx/linuxdev
Set the expected location to share with the container
export LOC=<directory you want>
Run the Docker image
docker run -t -p 6080:6080 -v "${PWD}/:/$LOC" -w /$LOC archfx/linuxdev
This will generate a VNC server link, that you can access the GUI environment with the shared directory on the browser
Content type
Image
Digest
sha256:0f8e1eee0…
Size
625.1 MB
Last updated
about 3 years ago
docker pull archfx/linuxdev