Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

File metadata and controls

17 lines (12 loc) · 353 Bytes

msys-docker

A Dockerfile that installs the latest version of msys running with mysql, php-fpm and nginx.

Installation

$ git clone https://github.com/bthstudent/msys-docker
$ cd msys-docker
$ sudo docker build -t="bthstudent/msys-docker" .

Usage

$ sudo docker run -p 80:80 --name msys-docker -d bthstudent/msys-docker