Sign inSign up

lemmy04/mono-base

By lemmy04

•Updated over 4 years ago

A docker base image to run mono apps, based on openSUSE Leap 15.2

Image
1

526

lemmy04/mono-base repository overview

⁠mono-base

A docker base image to run mono apps, based on openSUSE Leap 15.2

To use it, put this in your Dockerfile:

FROM lemmy04/mono-base:latest

Then all you need to do is inject your app and data, and start it.

For an example, check lemmy04/corrade-docker

If your mono app refuses to start you might want to add

export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

to your startup script. See: https://github.com/dotnet/core/issues/2186#issuecomment-671105420⁠

Tag summary

Content type

Image

Digest

Size

239 MB

Last updated

over 4 years ago

docker pull lemmy04/mono-base