Skip to content

HOW TO CREATE & DEPLOY GOLANG TO DOCKER SIMPLE VERSION

License

Notifications You must be signed in to change notification settings

mrandiw/go-docker-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO CREATE & DEPLOY GOLANG TO DOCKER

forthebadge

Setup

1. Build Script Dockerfile -> run : docker build --tag go-docker-simple .
2. Create Network -> run : docker network create go-docker-simple-network
3. Run Docker Container Golang -> run : docker run -d -p 8080:8080 --name go-docker-simple --network go-docker-simple-network go-docker-simple

About

HOW TO CREATE & DEPLOY GOLANG TO DOCKER SIMPLE VERSION

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published