An Enthusiastic Programmer

Manage your Images, Containers

|

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.

Deploy Your First Docker App

|

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.

Build and run your image

|

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.

Getting Started

|

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.

Docker Tutorial

|

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.

Logging

|

How to use Logging module, print information. logging debug, warning, information.

Response Compression

|

How to compress your response contents. How to compress image or html, or other resource.

Performance

|

How to improve your website’s performance, how to make your website more flexible, and portable.

Policy Based Authorization

|

how to add custom policy, how to implements custom requirements, how to add custom policy, let’s explore it together.

Role Based Authorization

|

how to add custom roles. how to implements role based authorization.