mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3104] [Feature Request] Want Official Docker Image #2488
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StudentWeis on GitHub (Sep 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3104
Describe the feature request
I want an official docker image so that I can deploy easily on the server side.
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Sep 22, 2022):
fatedier/frpc
fatedier/frps
@StudentWeis commented on GitHub (Sep 23, 2022):
感谢!
@huanghe-1 commented on GitHub (Sep 28, 2022):
@StudentWeis 为什么要用docker呢,frp本来就是绿色免安装,一个单应用+一个ini配置,用了docker反倒更加麻烦了。
@Becods commented on GitHub (Sep 28, 2022):
Docker对开发的影响不大,但对于部署来说是场革命
传统的部署模式是:安装(包管理工具或者源码包编译)->配置->运行
Docker的部署模式是:复制->运行
除此之外docker化还有
@StudentWeis commented on GitHub (Sep 28, 2022):
同意