Skip to content

DotNet Demo App to run on Azure Ampere® Altra® VM and AWS Graviton Instance

Notifications You must be signed in to change notification settings

starchx/dotnetcore-arm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNet Demo App to run on Azure Ampere® Altra® VM and AWS Graviton Instance

Container Image

Base image is DotNet 7.0-alpine-arm64v8.

Build image using ARM based (e.g. Macbook M1)

# change docker hub login for your own
docker build -t starchx/dotnetdemo:arm .

Run:

docker run --rm starchx/dotnetdemo:arm

Test Run on Azure and AWS

Ampere® Altra® VM size in the demo: Standard_D2ps_v5

image info

image info

AWS Graviton instance in the demo: t4g.nano

image info

image info

Will fail when running on AMD64 arch instance:

image info

Reference

https://github.com/dotnet/dotnet-docker/tree/main/samples/dotnetapp

About

DotNet Demo App to run on Azure Ampere® Altra® VM and AWS Graviton Instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published