https://github.com/rootdevelop/rpi-aspnetcore
Raspberry PI docker image for ASP.Net Core
https://github.com/rootdevelop/rpi-aspnetcore
docker dotnet-core raspberry-pi
Last synced: 6 months ago
JSON representation
Raspberry PI docker image for ASP.Net Core
- Host: GitHub
- URL: https://github.com/rootdevelop/rpi-aspnetcore
- Owner: rootdevelop
- License: mit
- Created: 2016-03-08T14:15:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T16:07:47.000Z (almost 10 years ago)
- Last Synced: 2024-08-09T13:17:20.721Z (over 1 year ago)
- Topics: docker, dotnet-core, raspberry-pi
- Size: 4.88 KB
- Stars: 23
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpi-aspnetcore
Raspberry PI docker image for ASP.Net Core (Mono based)
This allows you to run ASP.NET Core web applications on your Raspberry Pi with Docker.
## Setup Docker with ASP.NET Core on your Raspberry Pi
1. Download the latest Hypriot image at http://blog.hypriot.com/downloads/
2. Write this image to your SD card
3. Login to your pi with default pi credentials
4. Clone your ASP.NET core web application to any directory
5. Edit your Dockerfile to use **rootdevelop/rpi-aspnetcore:latest** as FROM image
6. Build your docker file ("docker build -t myrepo/myappname:0.1 .")
7. Run your ASP.NET application in Docker & Enjoy!
Thanks. Any questions. Let me know!