Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 315 Bytes

dockers

Dockerfile for common use

GoEnv for create a linux ubuntu environment image, you can use this environment to compile linex exec file. for exemple:

1 create image :
    docker build -t go:env .
2 create container :
    docker run -it -v hostdir:containerdir --name xxxx go:env