摘要: var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutationRecord) { console.log(mutationRecord); }); }); var target 阅读全文
posted @ 2020-04-03 17:27 wolbo 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 1 国内镜像配置 https://yq.aliyun.com/articles/29941/ centos需要修改systemd service文件 启动docker-daemon的时候指定registry 2 可以选择最小的镜像 alpine作为基础镜像 阅读全文
posted @ 2020-04-03 10:14 wolbo 阅读(131) 评论(0) 推荐(0) 编辑