编译在docker alpine中可用的go程序

Posted Good,True and Beautiful

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译在docker alpine中可用的go程序相关的知识,希望对你有一定的参考价值。

  1. get docker image

    docker pull golang
  2. build

    docker run -it --rm -v `pwd`:/root/src -w /root/src  golang  go build -o httpserver simplehttpserver.go

以上是关于编译在docker alpine中可用的go程序的主要内容,如果未能解决你的问题,请参考以下文章

使用scratch构建最小化Go程序的docker image

从“openjdk:8-jdk-alpine”为 Spring Boot 应用程序构建 docker 映像时无法运行“RUN ./mvnw dependency:go-offline -B”

在 Alpine Linux Docker 的路径中找不到安装的 Go 二进制文件

docker alpine中遇到 sh: ./go: not found

基于docker 镜像的 nginx 编译添加第三方模块

基于docker 镜像的 nginx 编译添加第三方模块