Skip to content

sayedh/go-docker-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Go project with Docker

In this project I used Docker with a simple Go project.

Technologies Used

  • Go
  • Docker

Dependencies

Executing program

  • Download the repository onto your computer and go to project file
git clone https://github.com/sayedh/go-docker-test
cd go-docker-test
  • Run Docker build command
docker build -t docker-test .
  • Run the project
docker run -p 8080:8081 -it docker-test

image

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published