Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantiagoh/some-dotnet-service
Just a basic skeleton of a .NET Core service built with Docker
https://github.com/jsantiagoh/some-dotnet-service
Last synced: 28 days ago
JSON representation
Just a basic skeleton of a .NET Core service built with Docker
- Host: GitHub
- URL: https://github.com/jsantiagoh/some-dotnet-service
- Owner: jsantiagoh
- Created: 2017-10-23T14:03:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T14:07:14.000Z (about 7 years ago)
- Last Synced: 2024-10-28T16:47:55.077Z (3 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some-dotnet-service
Just a basic skeleton of a .NET Core service built with Docker# Build
`$ cd some-service`
`$ docker build -t some-service .`# Run
`$ docker run --rm -p 9000:80 some-service`The service is responding on port :900