Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications.
Written in: Go
Initial release date: March 20, 2013
Developer: Docker, Inc.
- .NET Core 3.1
- VSCode
- Docker 20.10.0
- Run Docker on your local machine.
- docker build -t asp-net-core-docker-test:v1 .
- it will download images for aspnet 3.1 and sdk 3.1 (wait until the download done).
- to verify the image enter command: docker images
- to run the image enter the command: docker run -t --rm -p:9090:80 asp-net-core-docker-test:v1
Copyright (c) 2020 Joever Monceda
Linkedin: Joever Monceda
Medium: Joever Monceda
Twitter @_EthanHunt07
Facebook: JH Hunt