Skip to content

hgy59/docker-mono-xsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mono-xsp

Create docker images with mono-runtime and xsp

The base image is built from a minimal (slim) debian 9 (stretch) with mono-runtime.

The mono-xsp4 images adds XSP to the base image and is ready to run an ASP.NET application with the XSP web server.

Simply map the port 80 to the port you want to use and share your published application to the /app folder.

docker run -p 8080:80 -v <path to my web app>:/app hpgy/mono-xsp4

About

Create docker images with mono-runtime and xsp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published