Utilities | levenshtein | nmap | Search

mono

run Mono with docker

This Dockerfile instruction sets the base image for a new Docker image to be the latest version of the official Mono runtime environment.

Cell 1

This shell script configures a NuGet package source, restores packages in a.NET project, and builds the project using MSBuild. The script creates a configuration file, sets up symbolic links, updates the NuGet package source, and builds a specific project.

Cell 2

This Dockerfile builds two types of images: one based on Mono for running a.NET application, and another based on ASP.NET Core 1.1 for running an ASP.NET Core application. The images install necessary dependencies, copy files, set the working directory, and define entry points to run the applications using respective runtimes.