Giter Site home page Giter Site logo

docker's Introduction

Mono Docker image

This image provides Docker releases of the Mono Project.

Supported tags and versions

We push every Mono release to Docker Hub. The latest version, one minor version before that and the last version before a major version bump are periodically rebuilt by Docker Hub to pull in updates from the base Debian image.

All other version tags are still available, but won't get those updates so you need to keep your images up to date by running apt-get update yourself. We encourage you to move to latest Mono releases as soon as they're available.

Starting with Mono 5.2 we provide a slim variant which only contains the bare minimum to run a simple console app. You can use this as a base and add just what you need.

How to use this image

This image can be used to run stand-alone Mono console apps or build your projects in a container.

FROM mono:latest

RUN mono --version
RUN msbuild MySolution.sln
RUN mono MyConsoleApp.exe

Credits

This Docker image is provided by Xamarin/Microsoft, for users of the Mono Project.

Thanks to Michael Friis for his preliminary work.

Issues

Please report issues on the GitHub project.

License

This Docker Image is licensed with the Expat License. See the Mono Project licensing FAQ for details on how Mono and associated libraries are licensed.

docker's People

Contributors

akoeplinger avatar directhex avatar tianon avatar seif avatar itsverywindy avatar ninjarobot avatar dominikhahn avatar terrajobst avatar johnomalley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.