Skip to content

feat(build): 在armhf设备(树莓派)上使用Docker方式构建运行RSSHub#2020

Merged
DIYgod merged 22 commits intoDIYgod:masterfrom
junfengP:master
Apr 29, 2019
Merged

feat(build): 在armhf设备(树莓派)上使用Docker方式构建运行RSSHub#2020
DIYgod merged 22 commits intoDIYgod:masterfrom
junfengP:master

Conversation

@junfengP
Copy link
Copy Markdown
Contributor

关联 #1988

# 直接拉取镜像方式,还未使用CI,更新缓慢
$ docker run -d --name rsshub -p 1200:1200 pjf1996/rpi-rsshub:latest

# 自己构建镜像方式
$ git clone https://github.com/DIYgod/RSSHub.git
$ cd RSSHub
$ docker build -f ./Dockerfile.armhf -t rpi-rsshub:latest .
$ docker run -d --name rsshub -p 1200:1200 rpi-rsshub:latest

@HenryQW
Copy link
Copy Markdown
Collaborator

HenryQW commented Apr 29, 2019

@junfengP 直接镜像加个标签 rsshub:arm 比较合适吧

@junfengP
Copy link
Copy Markdown
Contributor Author

junfengP commented Apr 29, 2019

@junfengP 直接镜像加个标签 rsshub:arm 比较合适吧

谢谢提议,已改。

# 直接拉取镜像方式,还未使用CI,更新缓慢
$ docker run -d --name rsshub -p 1200:1200 pjf1996/rsshub:arm32v7

# 自己构建镜像方式
$ git clone https://github.com/DIYgod/RSSHub.git
$ cd RSSHub
$ docker build -f ./Dockerfile.arm32v7 -t rsshub:arm32v7 .
$ docker run -d --name rsshub -p 1200:1200 rsshub:arm32v7

@DIYgod DIYgod changed the title 在armhf设备(树莓派)上使用Docker方式构建运行RSSHub feat(build): 在armhf设备(树莓派)上使用Docker方式构建运行RSSHub Apr 29, 2019
@DIYgod DIYgod merged commit 9f19042 into DIYgod:master Apr 29, 2019
@DIYgod
Copy link
Copy Markdown
Owner

DIYgod commented Apr 29, 2019

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants