51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

网络安全

docker 运行 Shadowsocks

docker 运行 Shadowsocks

厉飞雨 阅读(84) 评论(0) 赞(4)

Docker 运行 Shadowsocks ===================== [Docker 运行 Shadowsocks \| Cotes' Blog](https://cotes.page/posts/steup-shadowsocks-with-docker/) $ export passwd=<passwd> method=&l...

nacos 安装-v2.0.3(docker 版)2.2.0

nacos 安装-v2.0.3(docker 版)2.2.0

厉飞雨 阅读(72) 评论(0) 赞(6)

[【Docker】Nacos的单机部署及集群部署_nacos docker-CSDN博客](https://blog.csdn.net/weixin_74383330/article/details/135686177) #### 一、 使用mysql 版本 (生产推荐) ### 1- 配置数据库: mysql 安装 docker 版8.0.26 :[连接](https:...

tomcat dockerfile文件

tomcat dockerfile文件

厉飞雨 阅读(67) 评论(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 $...

python dockerfile

python dockerfile

厉飞雨 阅读(65) 评论(0) 赞(7)

python dockerfile 一种: ## 使用一个官方Python运行时作为父镜像 #FROM python:3.11 # #RUN apt-get update && apt-get install -y python3-pip FROM registry.cn-hangzho...

tomcat 安装(docker版 8.5.38)

tomcat 安装(docker版 8.5.38)

厉飞雨 阅读(83) 评论(0) 赞(4)

准备文件夹: mkdir -p /opt/tomcat8/ 该步骤作用:是为了拷贝容器中Tomcat中的conf下配置文件和webapps下的管理页面,用于后面自定义Tomcat服务器配置或者部署应用。 1- 先运行 一个裸体 tomcat ,找到我们需要的配置文件 ```highlighter-hljs hljs language-css docker ru...

docker 存储卷-案例

docker 存储卷-案例

厉飞雨 阅读(65) 评论(0) 赞(4)

docker 存储卷-案例 docker cp tomcat8:/usr/local/tomcat/webapps/ /opt/tomcat8/ -v /opt/tomcat8/webapps:/usr/local/tomcat/webapps \ : [连接](https://51tbox.com/)

langfuse docker 版安装

langfuse docker 版安装

厉飞雨 阅读(67) 评论(0) 赞(7)

# 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...

redis 安装(docker 版)-6.2.10

redis 安装(docker 版)-6.2.10

厉飞雨 阅读(38) 评论(0) 赞(4)

[docker安装redis-CSDN博客](https://blog.csdn.net/weixin_44462773/article/details/132429386) redis 安装(docker 版) 简单启动: 简单的启动命令示例: docker run --name myredis -p 6379:6379 -d redis:...

测试 docker内 ffmpeg load libnvcuvid.so.1

测试 docker内 ffmpeg load libnvcuvid.so.1

厉飞雨 阅读(147) 评论(0) 赞(7)

环境搭建 Docker内FFmpeg GPU加速 [环境搭建 Docker内FFmpeg GPU加速_centos docker invidia ffmpeg-CSDN博客](https://blog.csdn.net/sunt2018/article/details/107483599) ![](http://static.51tbox.com/static/2024-0...