# go-docker **Repository Path**: mirrors_ossrs/go-docker ## Basic Information - **Project Name**: go-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-14 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-docker Go runtime docker ## Usage The available images is [here](https://hub.docker.com/r/ossrs/go-docker/tags) or [there](https://cr.console.aliyun.com/repository/cn-hangzhou/ossrs/go-docker/images): ```bash docker run --rm -it registry.cn-hangzhou.aliyuncs.com/ossrs/go-docker:go1.15 \ go version ``` Or run Go application in k8s: ```bash kubectl apply -f http://ossrs.net/k8s/k8s.go.foo.yaml ``` Or by code: ```bash cat < go build -o /tmp/main /tmp/src/foo.go && /tmp/main EOF ``` Winlin 2021.05