docker 命令docker 启动容器
eg:
docker run --name mynginx -p 8081:80 -d nginx
docker 启动容器
运行命令hexo clean(清除生成文件),hexo g(生成网页),
2020-12-08