Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 961 Bytes

docker-dotnet-angular

Latest LTS .Net Core, Node, Angular CLI and PowerShell. Perfect combo to build awesome apps.

DockerPulls DockerStars

This repository contains a Docker file to build a Docker image for a developer environment.

Pull the image from Docker Repository

docker pull tolgabalci/dotnet-angular

Run the image from Docker Repository

  • You can use this image for your VSCode Dev Container or
  • You can run it directly:
docker run -it tolgabalci/dotnet-angular

Build your own version of the image

docker build --rm -t <hub-user>/dotnet-angular .

Push your own version of the image to Docker Hub

$ docker push /dotnet-angular