Sign inSign up

rootdevelop/rpi-aspnetcore

By rootdevelop

Updated over 10 years ago

Raspberry PI docker image for ASP.Net Core

Image
6

623

rootdevelop/rpi-aspnetcore repository overview

Raspberry PI docker image for ASP.Net Core (MONO based, for CoreCLR see rootdevelop/rpi-aspnetcore/coreclr)

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!

http://www.github.com/rootdevelop/rpi-aspnetcore

Tag summary

Content type

Image

Digest

Size

165.8 MB

Last updated

over 10 years ago

docker pull rootdevelop/rpi-aspnetcore