zlb

2020年6月7日

python 更改pip源至国内镜像

摘要: 经常在使用python的时候需要安装各种模块,而pip是很强大的模块安装工具,但是由于国外官方pypi经常被墙,导致不可用,所以我们最好是将自己使用的pip源更换一下,这样就能解决被墙导致的装不上库的烦恼。 网上有很多可用的源,例如 pip国内的一些镜像 阿里云 http://mirrors.ali 阅读全文

posted @ 2020-06-07 14:52 zlb 阅读(328) 评论(0) 推荐(0) 编辑

docker常用命令

摘要: docker 环境 CentOS 8.1 Docker 修改镜像源地址 Docker 官方中国区 https://registry.docker-cn.com 网易 http://hub-mirror.c.163.com ustc --中国科学技术大学 https://docker.mirrors. 阅读全文

posted @ 2020-06-07 14:48 zlb 阅读(196) 评论(0) 推荐(0) 编辑

docker 安装 ngix vue

摘要: docker 安装 ngix vue 获取 nginx 镜像 docker pull nginx docker 镜像名称由REPOSITORY和TAG组成 [REPOSITORY[:TAG]],TAG默认为latest docker run -p 80:80 --name nginxtest ngi 阅读全文

posted @ 2020-06-07 14:46 zlb 阅读(145) 评论(0) 推荐(0) 编辑

docker 安装 spring boot

摘要: 创建用户定义的网桥网络 使用该docker network create命令。 $ docker network create my-net centos防火墙 开放一个新的端口 firewall-cmd --zone=public --add-port=3306/tcp --permanent 启 阅读全文

posted @ 2020-06-07 14:43 zlb 阅读(225) 评论(0) 推荐(0) 编辑

导航