Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cliffcrerar/asp.net-core-container

Azure app service container running ASP.NET web applicationn
https://github.com/cliffcrerar/asp.net-core-container

asp-net-core azure azure-app-service containers docker dockerfile

Last synced: 7 days ago
JSON representation

Azure app service container running ASP.NET web applicationn

Awesome Lists containing this project

README

        

# ASP.NET Container

- ### Build & Pushed to docker hub
- ### Deployed to Azure App Service

## Commands:

- Build Container
`docker build . -t [registry]/[container-name]:latest`
- Push to Docker hub
`docker push [registry]/[container-name]:latest`
- Run
`docker run --rm -d -p 80:80/tcp [registry]/[container-name]:latest`