Skip to content

lunat

  • Utilities
  • Misc
  • Links
  • Letture
  • Ricette

Containerize a .NET Core app

Essential commands

Docker has many different commands that create, manage, and interact with containers and images. These Docker commands are essential to managing your containers:

  • docker build
  • docker run
  • docker ps
  • docker stop
  • docker rm
  • docker rmi
  • docker image

Here an example:
https://docs.microsoft.com/en-us/dotnet/core/docker/build-container

(from Visual Studio 2019 it is possible to add Docker support):

Opzione di menu Aggiungi Supporto Docker in Visual Studio

Author lunatPosted on November 18, 2020November 18, 2020Categories C#, Docker

Post navigation

Previous Previous post: Useful regex
Next Next post: ES6 JavaScript Code Snippets

Topics

  • C#
  • Design Patterns
    • Creational
  • Design Principles
  • Docker
  • Entity Framework
  • Git
  • Javascript
  • Linq
  • MongoDB
    • MongoDB C# driver
  • Powershell
  • Programming
  • React
  • Regex
  • Software Craftsmanship
  • SQL
  • Theory
  • Visual Studio

Recent Posts

  • Git: undo changes
  • Access SQL queries Generated By Entity Framework Core 3
  • ssh Github
  • Search for a table in all databases in a SQL Server instance
  • Find and Kill SQL Server orphaned transactions
  • Git main commands
  • Utilities
  • Misc
  • Links
  • Letture
  • Ricette
lunat Privacy Policy Proudly powered by WordPress