Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 854 Bytes

mono-git

Docker Pulls

This image is used to get a mono environment with a git install. It can be used to build mono projects in a continuous integration environment such as CircleCI.

How to use this image

Run

$ docker run -it xcomponent/mono-git:1.6.0

Build this image

$ docker build -t xcomponent/mono-git:1.6.0 .

GitHub project

https://github.com/xcomponent/docker