I am quite beginner in docker image creation .
I have designed a oythin gui application, which don’t use any database etc, just pyqt tables etc are supposed to be displayed.
So I tried to dockerize the application, but I am not able to do it.
Kindly help me out or guide me regarding this.
As for know I have tried in two diffrent ways.
1- by using display variable on x server but it didn’t work.
2- other way was a bit more naive as I created Ubuntu based image, it is naive to my opinion because my application is window based and whole program is written and compatible with windows.
2