archlinuxarm-rpi-i3-vnc-desktop
ArchlinuxARM Raspberry Pi i3 "desktop" environment
453
This is an ArchlinuxARM fro Raspberry Pi image suitable for my uses as an i3 VNC "desktop" environment. I have installed packages that I find useful in a pinch. You may or may not find it useful so feel free to modify.
The image takes the following flags at run time:
-u|--username (optional, default: desktop)
-p|--vnc-password (optional, default: randomly generate) - see docker logs for output
-g|--geometry (optional, default: 1024x768)
-d|--dpi (optional, default: 96) - useful for exporting to a retina/HiDPI display
Images based off of this would run something like:
docker run -d -P rigormortiz/archlinuxarm-rpi-i3-vnc-desktop:latest -u myuser -p mypassword -g 1920x1080 -d 200
If you would like to use sudo (useful for installing AUR packages and such) there are some manual steps you should execute. I didn't want it in the default image, so I did not automate it in.
docker run -d --name arch -P rigormortiz/archlinuxarm-rpi-i3-vnc-desktop:latest -u myuser -p mypassword -g 1920x1080 -d 200
docker exec -it arch passwd myuser
docker exec -it arch gpasswd -a myuser wheel
docker stop arch
docker start arch
Content type
Image
Digest
Size
1.2 GB
Last updated
about 8 years ago
docker pull rigormortiz/archlinuxarm-rpi-i3-vnc-desktop