├── Dockerfile ├── LICENSE ├── README.md ├── examples ├── aws-sqlyog.sh ├── remote-skype.sh ├── skype.template └── sqlyog.template ├── run-explorer.sh ├── run-skype.sh └── run-sqlyog.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/README.md -------------------------------------------------------------------------------- /examples/aws-sqlyog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/examples/aws-sqlyog.sh -------------------------------------------------------------------------------- /examples/remote-skype.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/examples/remote-skype.sh -------------------------------------------------------------------------------- /examples/skype.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/examples/skype.template -------------------------------------------------------------------------------- /examples/sqlyog.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/examples/sqlyog.template -------------------------------------------------------------------------------- /run-explorer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/run-explorer.sh -------------------------------------------------------------------------------- /run-skype.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/run-skype.sh -------------------------------------------------------------------------------- /run-sqlyog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yantis/docker-wine/HEAD/run-sqlyog.sh --------------------------------------------------------------------------------