网络相关
很不错的网络知识整理
https://draveness.me/whys-the-design/
Docker
A Container is all about filesystem/resources isolation, which is a system-level feature built-into Linux, and Docker is a tool that abstracts this feature
基本概念
image 镜像:相当于配置文件,docker构成的多层级描述(docker file)
contiainer 容器:镜像运行实例,由镜像产生
基本使用
非常简单的流程介绍
创建dockfile 配置node,需要拷贝的文件,对接容器端口及运行处端口
https://dev.to/akanksha_9560/docker-for-frontend-developers-1dk5
稍微全一点的介绍
https://dev.to/techworld_with_nana/full-docker-course-free-4hl3
Docker优化
copy & layers
性能优化
Responsiveness
yields to user input
no freezes
smooth scrolling
smooth animation