JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

[ubuntu-dev] Set DISPLAY environment variable to :98 #168

Open nt1m opened 6 years ago

nt1m commented 6 years ago

What is this supposed to achieve?

./mach run still doesn't work, and it does heavily annoy me having to go to VNC to run it there :)

jankeromnes commented 6 years ago

./mach run still doesn't work, and it does heavily annoy me having to go to VNC to run it there :)

Understandable! Sorry about this frustrating caveat.

Please export the DISPLAY variable in a common ~/.janitorrc script, and source this script in ~/.bashrc. (Using ENV in the Dockerfile won't solve the problem I think.)