docker 运行 Shadowsocks
Docker 运行 Shadowsocks ===================== [Docker 运行 Shadowsocks \| Cotes' Blog](https://cotes.page/posts/steup-shadowsocks-with-docker/) $ export passwd=<passwd> method=&l...
Docker 运行 Shadowsocks ===================== [Docker 运行 Shadowsocks \| Cotes' Blog](https://cotes.page/posts/steup-shadowsocks-with-docker/) $ export passwd=<passwd> method=&l...
[【Docker】Nacos的单机部署及集群部署_nacos docker-CSDN博客](https://blog.csdn.net/weixin_74383330/article/details/135686177) #### 一、 使用mysql 版本 (生产推荐) ### 1- 配置数据库: mysql 安装 docker 版8.0.26 :[连接](https:...
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运行时作为父镜像 #FROM python:3.11 # #RUN apt-get update && apt-get install -y python3-pip FROM registry.cn-hangzho...
准备文件夹: mkdir -p /opt/tomcat8/ 该步骤作用:是为了拷贝容器中Tomcat中的conf下配置文件和webapps下的管理页面,用于后面自定义Tomcat服务器配置或者部署应用。 1- 先运行 一个裸体 tomcat ,找到我们需要的配置文件 ```highlighter-hljs hljs language-css docker ru...
docker 存储卷-案例 docker cp tomcat8:/usr/local/tomcat/webapps/ /opt/tomcat8/ -v /opt/tomcat8/webapps:/usr/local/tomcat/webapps \ : [连接](https://51tbox.com/)
# 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...
docker安装confluence7.13.0 **![](http://static.51tbox.com/static/2024-08-29/col/86194b341d150168f0f46d9be5c60b00/6803f69f531c4914ad3510c00ad1daaf.png.jpg)** ![](http://static.51tbox.com/stat...
[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 GPU加速 [环境搭建 Docker内FFmpeg GPU加速_centos docker invidia ffmpeg-CSDN博客](https://blog.csdn.net/sunt2018/article/details/107483599) ![](http://static.51tbox.com/static/2024-0...