文件名称:rpi-gogs-raspbian:与Raspberry Pi兼容的Docker映像和最少的Gogs git服务器
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-21 10:48:03
Makefile
rpi-gogs-raspbian 与Raspberry Pi兼容的Docker映像,带有最小的gogs git服务器。 细节 启动gogs git服务器 docker run -d --name my-go-git-server --publish 8022:22 --publish 3000:3000 --volume $( pwd ) /gogs-data/:/data hypriot/rpi-gogs-raspbian 现在,您可以通过在浏览器中打开http://< IP>:3000来访问新的gogs安装。 如何建立这张图片 从项目根目录中运行所有命令。 构建Docker映像 make dockerbuild 测试Docker映像 make testimg 将Docker映像推送到Docker Hub 首先使用具有用户名,密码和电子邮
【文件预览】:
rpi-gogs-raspbian-master
----.dockerignore(37B)
----start.sh(1KB)
----Dockerfile(1KB)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(2KB)
----.drone.yml(729B)
----FILEPATH(29B)
----.gitignore(15B)