Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cliffcrerar/asp.net-core-container
- Owner: CliffCrerar
- Created: 2020-05-28T21:48:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T00:28:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T04:12:11.642Z (2 months ago)
- Topics: asp-net-core, azure, azure-app-service, containers, docker, dockerfile
- Language: HTML
- Homepage: https://aspnetcontainer.azurewebsites.net/
- Size: 716 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`