在s390x架构机器上构建frps/frpc镜像 —— 筑梦之路

源码:GitHub - fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

# 克隆代码

git clone https://github.com/fatedier/frp.git

# 切换目录

cd  frp

# 构建frps服务端

docker  build -t frps:s390x -f  dockerfiles/Dockerfile-for-frps .

# 构建frpc客户端

docker build -t frpc:s390x -f  dockerfiles/Dockerfile-for-frpc .

 

相关推荐

  1. k8srabbitmq优化参考建议——

    2024-04-07 14:18:03       34 阅读
  2. 深入理解Dockerfile ——

    2024-04-07 14:18:03       53 阅读
  3. ffmpeg静态编译 ——

    2024-04-07 14:18:03       70 阅读
  4. k8s 工具开源项目搜集 ——

    2024-04-07 14:18:03       57 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-07 14:18:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-07 14:18:03       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-07 14:18:03       82 阅读
  4. Python语言-面向对象

    2024-04-07 14:18:03       91 阅读

热门阅读

  1. vue3项目中使用getCurrentInstance获取实例和dom的问题

    2024-04-07 14:18:03       27 阅读
  2. Linux 系统调用

    2024-04-07 14:18:03       35 阅读
  3. 前2个月湖南外贸进出口总值810.6亿元

    2024-04-07 14:18:03       35 阅读
  4. MyBatis实战:如何将拼接的SQL打印到日志

    2024-04-07 14:18:03       36 阅读
  5. 24双非考研哈尔滨工程大学计算机(@程程笔记)

    2024-04-07 14:18:03       71 阅读
  6. [Pytorch][缘来如此]:PyTorch中的广播机制

    2024-04-07 14:18:03       31 阅读
  7. 【软设】知识点速记3

    2024-04-07 14:18:03       29 阅读
  8. 播放器的音视频不同步问题:ffplay

    2024-04-07 14:18:03       31 阅读
  9. 六、Mybatis-动态SQL

    2024-04-07 14:18:03       33 阅读