2024-09-04
厉飞雨
阅读(108)
评论(0)
赞(4 )
could not resize shared memory segment "/PostgreSQL.xx" to xx bytes: No space left on device {#articleContentId}
===================================================================...
2024-09-04
厉飞雨
阅读(76)
评论(0)
赞(6 )
2024年6月24日 这个测试等忙完B端再说, 还要进行测试。
感觉自己脑子不够用了啊。
咋办、
地址:
https://github.com/chaoren399/pg-repack-docker
镜像:
hartmutcouk/pg-repack-docker:1.5.0
2024-09-04
厉飞雨
阅读(89)
评论(0)
赞(4 )
Docker 运行 Shadowsocks
=====================
[Docker 运行 Shadowsocks \| Cotes' Blog](https://cotes.page/posts/steup-shadowsocks-with-docker/)
$ export passwd=<passwd> method=&l...
2024-09-04
厉飞雨
阅读(78)
评论(0)
赞(6 )
[【Docker】Nacos的单机部署及集群部署_nacos docker-CSDN博客](https://blog.csdn.net/weixin_74383330/article/details/135686177)
#### 一、 使用mysql 版本 (生产推荐)
### 1- 配置数据库:
mysql 安装 docker 版8.0.26 :[连接](https:...
2024-09-04
厉飞雨
阅读(71)
评论(0)
赞(7 )
tomcat dockerfile文件
FROM tomcat:8.0-jre8
MAINTAINER "715740383@qq.com"
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $...
2024-09-04
厉飞雨
阅读(68)
评论(0)
赞(7 )
python dockerfile
一种:
## 使用一个官方Python运行时作为父镜像
#FROM python:3.11
#
#RUN apt-get update && apt-get install -y python3-pip
FROM registry.cn-hangzho...
2024-09-04
厉飞雨
阅读(94)
评论(0)
赞(6 )
准备文件夹:
mkdir -p /opt/tomcat8/
该步骤作用:是为了拷贝容器中Tomcat中的conf下配置文件和webapps下的管理页面,用于后面自定义Tomcat服务器配置或者部署应用。
1- 先运行 一个裸体 tomcat ,找到我们需要的配置文件
```highlighter-hljs hljs language-css
docker ru...
2024-09-04
厉飞雨
阅读(70)
评论(0)
赞(5 )
docker 存储卷-案例
docker cp tomcat8:/usr/local/tomcat/webapps/ /opt/tomcat8/
-v /opt/tomcat8/webapps:/usr/local/tomcat/webapps \
: [连接](https://51tbox.com/)
2024-09-04
厉飞雨
阅读(71)
评论(0)
赞(8 )
# Clone repository
git clone https://github.com/langfuse/langfuse.git
cd langfuse
# Run server and database
docker compose up -d
这里边的镜像需要手动下载
访问:
http://10.0.0.2...
2024-09-04
厉飞雨
阅读(54)
评论(0)
赞(6 )
docker安装confluence7.13.0
**![](http://static.51tbox.com/static/2024-08-29/col/86194b341d150168f0f46d9be5c60b00/6803f69f531c4914ad3510c00ad1daaf.png.jpg)**
![](http://static.51tbox.com/stat...