R
R
Roman Mirilaczvili2019-03-05 11:54:07
.NET
Roman Mirilaczvili, 2019-03-05 11:54:07

Is it possible to develop in .NET Core without Docker?

If Windows 7 Pro is installed on the developer's machine, is it a prerequisite for developing in VS 2017 and preparing the application build on .NET Core to have Docker? Docker is mentioned everywhere in the articles, is it really impossible to do without it?
Tell us what development options exist.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Filatov, 2019-03-05
@2ord

Not necessary.
There is a project assembly - the output files of which are a compiled library, resources, etc.,
and there is a container assembly that creates a docker image and puts the result from the project assembly there.
This is in a simple version, on the fingers, so to speak.
But I would recommend installing win10 and learning how to work with it. It is not as complex as it seems, but it provides many benefits when developing a microservice architecture.

D
Daniel Demidko, 2019-03-05
@DanielDemidko

Nonsense! Docker is not needed to build the project, everything works fine without it.
Put the studio, create a project, press the build button, the output is a ready-made assembly that can be run from the console without any dockers, everything is simple)
Run like this: dotnet YourBuild.dll

D
DevMan, 2016-10-22
@AntonEssential

um... what's the problem then?
https://jsfiddle.net/b7zr81d2/2/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question