
docker
Wheat_Liu
戒骄戒躁,学无止境
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker安装容器指令集
sonarqube docker run -d --name sonarqube --link postgres -p 9000:9000 -e sonar.jdbc.url=jdbc:postgresql://docker.for.mac.host.internal:5432/sonar -e sonar.jdbc.username=root -e sonar.jdbc.password=123456 sonarqube postgres docker run --name postgres -e PO原创 2021-05-11 10:17:22 · 478 阅读 · 0 评论 -
构建sentinel-dashboard的docker镜像
官方已经出1.8.1了,但是docker hub上还停留在1.8.0,于是想自己通过jar包生成镜像 1、下载sentinel-dashboard的jar包 https://github.com/alibaba/Sentinel/releases/download/1.8.1/sentinel-dashboard-1.8.1.jar 2、在与jar包同级目录下创建dockerfile FROM openjdk:11 MAINTAINER cyliu1996 <cyliu1996@foxmail.com原创 2021-05-10 09:05:28 · 747 阅读 · 3 评论