Hosting ASP.NET Core Applications on Heroku Using Docker

Traditionally the way to host applications on Heroku is with a Buildpack, but I wanted to try hosting an ASP.NET Core application on Heroku using Docker.

Similar

Docker Registry – Operations on API

Instead of using Docker CLI commands - we can communicate with Docker registry with GET/POST methods of Docker Registry HTTP API. Post include information for V2 of API. Example setup For our examples we use docker private registry in container. Currently... (more…)

Read more »