The image adds mono-service to the base image and is ready to run an mono applications as service.
1.8K
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.
FROM flexberry/mono-service:latest
COPY /app /app
WORKDIR /app
CMD [ "mono-service", "./MyApp.exe", "--no-daemon" ]
Content type
Image
Digest
Size
226 MB
Last updated
over 5 years ago
docker pull flexberry/mono-service