Skip to content

goframe开发工具gf的docker镜像,用于自动构建过程

Notifications You must be signed in to change notification settings

xyhelper/docker-gf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-gf

Docker image for gf framework.

DockerHub: xyhelper/gf

Usage

可以用于自动化构建,也可以用于本地开发。可以通过指定版本号来快速切换版本。应该也可以解决在 macOS 上打开文件数过多的问题。

Pull image

docker pull xyhelper/gf

查看版本

docker run --rm -it \
    -v "$(pwd):/build" \
    -w /build \
    xyhelper/gf:latest \
    gf version

创建项目

docker run --rm -it \
    -v "$(pwd):/build" \
    -w /build \
    xyhelper/gf:latest \
    gf init hello

运行项目

docker run --rm -it \
    -v "$(pwd):/build" \
    -w /build \
    -e TZ=Asia/Shanghai \
    --network host \
    xyhelper/gf:latest \
    gf run main.go

广告位

提供8K token的gpt3.5 api,欢迎体验:https://chat.xyhelper.com.cn

About

goframe开发工具gf的docker镜像,用于自动构建过程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published