Sign inSign up

mocoding/dotnet-node

By mocoding

Updated over 6 years ago

Docker image with .NET Core and Node JS with ARM support

Image
0

1.9K

mocoding/dotnet-node repository overview

SPA Docker image with .NET Core and Node JS

Tag.NET CoreNode JS
2.0-8.x2.0.78.11.2
2.1-8.x2.1.08.11.2
2.1.6-10.x2.1.610.13.0
2.2-10.x2.210.13.0
3.0-10.x3.010.16.3
3.1-12.x3.112.16.3

Build Process

# run on PC/Mac
docker build --tag mocoding/dotnet-node:3.0-10.x-amd64 .
docker login && docker push mocoding/dotnet-node:3.0-10.x-amd64
# run on Raspberry Pi
docker build --tag mocoding/dotnet-node:3.0-10.x-arm32v7 .
docker login && docker push mocoding/dotnet-node:3.0-10.x-arm32v7

# run on PC/Mac
docker manifest create mocoding/dotnet-node:3.0-10.x mocoding/dotnet-node:3.0-10.x-arm32v7 mocoding/dotnet-node:3.0-10.x-amd64
docker manifest annotate mocoding/dotnet-node:3.0-10.x mocoding/dotnet-node:3.0-10.x-arm32v7 --os linux --arch arm
docker manifest annotate mocoding/dotnet-node:3.0-10.x mocoding/dotnet-node:3.0-10.x-amd64 --os linux --arch amd64
docker manifest push mocoding/dotnet-node:3.0-10.x

Tag summary

Content type

Image

Digest

Size

65.3 MB

Last updated

over 6 years ago

docker pull mocoding/dotnet-node:3.1-12.x-prod