Sign inSign up

juanheredia/apache-netcore

By juanheredia

Updated over 2 years ago

Netcore applications with Apache

Image
0

378

juanheredia/apache-netcore repository overview

netcore_asp.net

Docker file to run ASP.NET Core applications

To run

docker run -dit --name my-net-app -p 8080:80 \
    -v /data/app/httpd.conf:/usr/local/apache2/conf/httpd.conf \
    -v /data/app/httpd-vhosts.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf  \
    -v /data/app:/usr/local/apache2/htdocs \
    -e NETCOREAPP_PATH=/usr/local/apache2/htdocs/AppApi.dll \
    juanheredia/apache-netcore \
    /run.sh

Version Info

2018-11-07: First release - Apache with NetCore.

Authors

Mail me: Juan Carlos Heredia

More about me

Tag summary

Content type

Image

Digest

sha256:5a64d0f98

Size

294.4 MB

Last updated

over 2 years ago

docker pull juanheredia/apache-netcore