nginx preliminary study

Today, I want to learn to know under nginx, look for the video, feel is not suitable for novice, then look at the teacher's blog Ruan Yifeng

nginx container Tutorial: http://www.ruanyifeng.com/blog/2018/02/nginx-docker.html

This is a building process nginx container, I do not understand what is big, and then it brings me to the installation docker, come along

Docker use

Docker's main purpose, there are three categories.

(1) a one-off environment. For example, local people's software testing, continuous integration when providing unit test and build environment.

(2) provide flexible cloud services. Because Docker can open with the container closed, it is suitable for dynamic expansion and volume reduction.

(3) the formation of micro-services architecture. By a plurality of containers, the machine can run a plurality of services, the machine can be simulated in the micro-service architecture.

 

Docker installation: http://www.ruanyifeng.com/blog/2018/02/docker-tutorial.html

Which lists the correspondence of different systems with different docker, I chose windows

Tip a look at the pre-installation requirements win10 64 bit I do not meet

Then follow the prompts, are not satisfied can be installed Docker Toolbox , which uses Oracle Virtual Box instead of Hyper-V.

Docker Toolbox is an installer for quick set up and start Docker environment on an older Mac and Windows systems, these systems do not comply with the new Docker Desktop for Mac and Docker Desktop for Windows application requirements.

 

Guess you like

Origin www.cnblogs.com/fqh123/p/11332531.html