08 Jul 2020
|
Docker
After you build and run your image successfully, then you need to manage them. Docker provides a full, complete manage command that fits for you. This article divides into three main parts.It’s important to manage your Images in Docker. Docker provides a set of built-in commands that assistant your management on Images.
08 Jul 2020
|
Docker
First Docker App will introduce a simple Docker application. I will explain how to build and manage your image, container, and apps. and how to share your image on Docker Hub.
08 Jul 2020
|
Docker
Docker is a container technique. You can run Iof, IOS, Android, and OS, etc. In this episode, I am going to dive into containerizing a web application. You can clone this project’s source code on Github. This source code is simple, only contains a few HTML static files and a Dockerfile.
08 Jul 2020
|
Docker
Docker is a container technique, which has much lower overhead than VM. Docker contains a lot of advantages lightweight, convenience, quickness, and portable. Image, Container, CLI, Registry.
08 Jul 2020
|
Docker
Docker is a container technique, which is lightweight and has a lower overhead than VM. By contrast, VM(eg.VMware and KVM) is a full virtual operating system that runs depends on virtual hardware, VM needs to emulate hardware and transfer users’ operation between the host and visual machine. So VM commonly has a higher overhead than containers.
29 Jun 2020
|
CSharp-ASP.NET Core
How to use Logging module, print information. logging debug, warning, information.
24 Jun 2020
|
CSharp-ASP.NET Core
How to compress your response contents. How to compress image or html, or other resource.
24 Jun 2020
|
CSharp-ASP.NET Core
How to improve your website’s performance, how to make your website more flexible, and portable.
18 Jun 2020
|
CSharp-ASP.NET Core
how to add custom policy, how to implements custom requirements, how to add custom policy, let’s explore it together.
15 Jun 2020
|
CSharp-ASP.NET Core
how to add custom roles. how to implements role based authorization.