Sign inSign up

tianze0926/code-golang

By tianze0926

Updated over 3 years ago

https://github.com/tianze0926/devcontainer

Image
0

182

tianze0926/code-golang repository overview

Golang Devcontainer

Docker containers as development environment with code-server.

Tags

  • 1.19, latest

Usage

docker run -d --name code-golang -p 8080:8080 tianze0926/code-golang

# gitconfig
docker cp ~/.gitconfig code-golang:/root/.gitconfig

# GOPROXY
docker exec code-golang go env -w GOPROXY=https://goproxy.io,direct

Tag summary

Content type

Image

Digest

sha256:62cda46ba

Size

556.5 MB

Last updated

over 3 years ago

docker pull tianze0926/code-golang