Which of the following is a containerization tool that can be used with ASP.NET Core for deployment?

  • Docker
  • Jenkins
  • Kubernetes
  • Git
Docker is a popular containerization tool that can be used with ASP.NET Core for deployment. Docker containers encapsulate the application and its dependencies, making it easy to deploy and run consistently across different environments.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *