preface

Although it is to do the front end, but sometimes will do some things that are not quite related to the front end.

Recently, I used Docker in my work and created a Docker image for my project with my classmates in operation and maintenance.

The biggest advantage is not having to worry about the environment.


In the process of learning and using Docker, I found some materials and documents, which are recorded here for your reference.


harvest

Check out the following resources to get you started:

  1. Understand the concept and function of Docker
  2. How to install – on Linux, MAC, Windows
  3. How to use – basic commands
  4. Docker advanced applications

Mastering the first three points will prepare you for everyday use.


Docker data:

Ruan’s introductory tutorial – easy to understand

www.ruanyifeng.com/blog/2018/0…


Yeasy Docker — From getting started to doing

Yeasy. Gitbooks. IO/docker_prac…