M
M
MyOnAsSalat2018-08-30 19:21:15
ASP.NET
MyOnAsSalat, 2018-08-30 19:21:15

How to create a docker image of an ASP.NET Core application for ubuntu?

I wrote an application in Visual studio, installed the docker tool for windows and added docker support to the project.
MS guides show options for publishing on Azure, how then to build an image for deployment on ubuntu?
2) Is it possible to set up image assembly and deployment directly to the server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2018-08-30
@chupasaurus

  1. Official repository , branch from these images in your Dockerfile
  2. Deploying to the server is done either through the Docker Registry, or through crutches with docker export/import.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question