找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 39|回复: 0

VPS安装远程浏览器,网页管理

[复制链接]

52

主题

2

回帖

220

积分

中级会员

积分
220
 楼主| 发表于 2024-12-15 17:14:17 | 显示全部楼层 |阅读模式
仓库地址:https://hub.docker.com/r/linuxserver/firefox




1、安装docker


  1. apt install docker.io
  2. systemctl start docker
  3. systemctl enable docker
复制代码


2、拉取镜像部署
  1. docker run -d \
  2.   --name=firefox \
  3.   --security-opt seccomp=unconfined `#optional` \
  4.   -e PUID=1000 \
  5.   -e PGID=1000 \
  6.   -e TZ=Europe/London \
  7.   -p 3000:3000 \
  8.   -v /path/to/config:/config \
  9.   --shm-size="1gb" \
  10.   --restart unless-stopped \
  11.   lscr.io/linuxserver/firefox:latest
复制代码


3、打开浏览器,输入IP:3000,即可访问安装在vps上内置的一个firefox浏览器了

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|MJJ测评官网

GMT+8, 2024-12-23 08:05 , Processed in 0.027167 second(s), 4 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表