Skip to content

Example Project on Gin Go framework with docker container

License

Notifications You must be signed in to change notification settings

hims1911/gin-go-docker

Repository files navigation

gin-go-docker

Example Project on Gin Go framework with docker container

To Run without docker instance

    go get package_name
    go run src/main.go

TO Run a Docker Container

    docker build . -t go-gin-container
    docker run -i -t -p 8080:8080 go-gin-container

About

Example Project on Gin Go framework with docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published