Skip to content

Instantly share code, notes, and snippets.

##############################################################################################################################
#
#
# bp=$(realpath $(pwd))/builds && mkdir $bp -p && docker run -ti -v $bp/:/OpenTTDReleases/ --rm ottd_builder bash -c '/run.sh'
#
#
##############################################################################################################################
FROM ubuntu:19.04
version: "3"
services:
web:
image: nginx
volumes:
- .:/usr/share/nginx/html
ports:
- 8080:80
@marcin-jozwikowski
marcin-jozwikowski / menu.sh
Created September 6, 2018 09:02
Menu: POL + Wine + WinePrefix + WineTricks
#!/bin/bash
#######################################################
#
# PlayOnLinux Wine and WinePrefix manager
#
# Helps using winetricks with POL and POL prefixes
#
#######################################################
# To create machine using VirtualBox instead of Hyper-V run following commands in PowerShell as admin:
# docker-machine create --driver virtualbox --virtualbox-cpu-count "2" --virtualbox-memory "2048" --virtualbox-disk-size "10000" default
# docker-machine env | Invoke-Expression
#
# To later start your docker machine run:
# docker-machine start
# docker-machine env | Invoke-Expression
version: "3"
services: