Sign inSign up

archfx/linuxdev

By archfx

Updated about 3 years ago

x11 server enabled linux container for running GUI applications natively on M1 mac via docker

Image
0

1.0K

archfx/linuxdev repository overview

X11 server-enabled Linux development envirnment

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

Tag summary

Content type

Image

Digest

sha256:0f8e1eee0

Size

625.1 MB

Last updated

about 3 years ago

docker pull archfx/linuxdev