Skip to content

A simple Hello, World! application that demonstrates the use of multi-stage builds to deploy a standalone .NET Core 2.0 application to a Resin device.

License

Notifications You must be signed in to change notification settings

balena-io-experimental/balena-dotnet-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resin .NET Core Hello World

A simple Hello, World! application that demonstrates the use of multi-stage builds to deploy a standalone .NET Core 2.0 application to a Resin device.

Requirements

Deployment

  1. Clone this repository
  2. Add the Resin git endpoint:
git remote add resin <username>@git.resin.io:<username>/<application_name>.git

The full endpoint can also be found in the application screen on the dashboard.

  1. Initiate a multi-stage deployment:
git push resin master:resin-emulated

NOTE: This deployment process is slightly different from the normal process. See this blog post for more details.

About

A simple Hello, World! application that demonstrates the use of multi-stage builds to deploy a standalone .NET Core 2.0 application to a Resin device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages