Image adds XSP to the base image and is ready to run an ASP.NET application with the XSP web server.
10K+
This image flexberry/mono-xsp is based on customized flexberry/mono image. The image adds XSP to the base image and is ready to run an ASP.NET application with the XSP web server.
FROM flexberry/mono-xsp:latest
COPY /app /app
WORKDIR /app
Ensure BOOTUP_CHECK_URL environment variable is set for best experience. start_xsp.sh script makes possible to boot up web server instantly in the background.
FROM flexberry/mono-xsp:latest
ENV BOOTUP_CHECK_URL="http://0.0.0.0/"
COPY test /app
WORKDIR /app
Content type
Image
Digest
Size
226.7 MB
Last updated
over 5 years ago
docker pull flexberry/mono-xsp