Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【提交帮助】Docker镜像部署 #14

Open
Dnyo666 opened this issue Jan 28, 2024 · 1 comment
Open

【提交帮助】Docker镜像部署 #14

Dnyo666 opened this issue Jan 28, 2024 · 1 comment

Comments

@Dnyo666
Copy link
Contributor

Dnyo666 commented Jan 28, 2024

我已打包docker镜像

申明

本次构建及提交均由个人负责,与项目作者无关
起因:很喜欢stark81大大修改的YesPlayMusic,但是发现没有docker部署,所以自己百度折腾了下,构建了镜像并push到了官方库(docker.io)
另外,自己也是新手小白,才接触这些,所以请多多关照

Docker部署

docker仓库地址:https://hub.docker.com/repository/docker/dnyo666/my_yesplaymusic

  1. 拉取镜像
    docker pull dnyo666/my_yesplaymusic:v0.4.13
  2. 创建容器并运行
    docker run -d --name YesPlayMusic -p 3001:3001 docker.io/dnyo666/my_yesplaymusic:v0.4.13
    3.访问对应ip:3001
    (算了,没学过docker,要不你们拉了镜像后自己部署?)

宝塔面板(docker)部署

  1. 搜索镜像:my_yesplaymusic
    2.创建容器
    3.使用反代
    4.应该不用教吧?
@stark81
Copy link
Owner

stark81 commented Jan 30, 2024

我也没学过docker。。

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

No branches or pull requests

2 participants