Skip to content

fratschi/go-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-microservice

basic usage

run locally

go run cmd/main.go

run docker

Building the docker image

docker build -t "go-microservice" .

Run the docker image without a config file. This will use some defaults.

docker run "go-microservice"

Run docker immage with a config file.

docker run --mount type=bind,source=<ABSOLUTE PATH>/config.yaml,target=/config/config.yaml "go-microservice"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published