Skip to content

ferfox1981/golang-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To create the image

docker build . -t alpine-golang

To load the container

docker run --name alpine-golang-container -it -d alpine-golang

To add bash

docker exec -it alpine-golang-container apk add bash

To enter command

docker exec -it alpine-golang-container bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published