0x000D - Docker - Lazarus IDE Checkouts
Big shout-out to all those who made different flavours of Lazarus available! Let's try some out.
docker run -it -v $PWD:/app -p 5901:5901 -w /app gabrielrcouto/docker-lazarus:latest /bin/bash
From inside the VM console (not the Host console) start the VNC Server:
vncserver -geometry 1920x1080
It will ask for you password.
Default vnc client for Ubuntu: Remmina
remmina
And you can access it from anywhere:
From inside the terminal you can now start the lazarus-ide
Remmina did not work very well, consider others:
sudo apt-get install xtightvncviwer 192.168.2.200:5901
Enter password:
Review: Unable to move anything..