Sign inSign up

grzanka/pyqt_ubuntu_testing

By grzanka

Updated over 8 years ago

Ubuntu testing environment for pyqt projects, VNC connection

Image
0

2.0K

grzanka/pyqt_ubuntu_testing repository overview

Docker, Ubuntu, PyQT, VNC + SSH

What's in ?

Dockerfile with Ubuntu image and necessary libraries needed to run PyQT based software. Applications with GUI can be run by connection through VNC or SSH (with "-X" flag).

How to run it ?

Run docker container, mapping the ports:

docker run --rm -p 15022:22 -p 15901:5901 -it grzanka/pyqt_ubuntu_testing

You can use SSH to connect to docker:

ssh -X [email protected] -p 15022

or VNC client to connect to 127.0.0.1:15901.

Inside docker container navigate to /home/test/git/ and run hello world PyQT app:

cd ~/git/
python3 pyqt5-tutorial/_examples/helloworld.py

Tag summary

Content type

Image

Digest

Size

360.9 MB

Last updated

over 8 years ago

docker pull grzanka/pyqt_ubuntu_testing