Visual Studio provides an option to automatically add Docker support. Using Visual Studio we can add the Dockerfile to a project without having to manually create one. Visual Studio will create the Dockerfile with the commands pre-populated based on the type of project, we create.
In this post, we will create a Console application using .Net Core and use Visual Studio to automatically create the Dockerfile for the Project. First, let us create the following Console application.
Showing posts with label Dockerfile. Show all posts
Showing posts with label Dockerfile. Show all posts
Monday, September 28, 2020
Subscribe to:
Posts (Atom)