Sign inSign up

flexberry/mono-service

By flexberry

Updated over 5 years ago

The image adds mono-service to the base image and is ready to run an mono applications as service.

Image
0

1.8K

flexberry/mono-service repository overview

How to use this image

This image flexberry/mono-service is based on customized flexberry/mono image. The image adds mono-service to the base image and is ready to run an mono applications as service.

Create a Dockerfile in your Mono service project

FROM flexberry/mono-service:latest

COPY /app /app
WORKDIR /app

CMD [ "mono-service",  "./MyApp.exe", "--no-daemon" ]

Tag summary

Content type

Image

Digest

Size

226 MB

Last updated

over 5 years ago

docker pull flexberry/mono-service