Skip to content

domgoodwin/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-api

Golang API

Building the image

docker build -t go-api .

Running the image

docker run -it --rm -v ${HOME}/.aws/credentials:/root/.aws/credentials -p 8080:8080 --name go-api-0 go-api