I am quite beginner in docker image creation .I have designed a pythin 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 different ways.
1- by using display variable on x server but it didn't work.dockerfile for image creation
2- other way was a bit more naive as I created Ubuntu based image, it is naïve to my opinion because my application is window based and whole program is written and compatible with windows.for this purpose I have followed this linkhttps://github.com/jozo/docker-pyqt5docker file looks likedocker file