https://github.com/kkrishguptaa/workshop-docker-multistage-builds
Workshop on Docker Multistage Builds 🧑🏻💻
https://github.com/kkrishguptaa/workshop-docker-multistage-builds
Last synced: about 2 months ago
JSON representation
Workshop on Docker Multistage Builds 🧑🏻💻
- Host: GitHub
- URL: https://github.com/kkrishguptaa/workshop-docker-multistage-builds
- Owner: kkrishguptaa
- Archived: true
- Created: 2024-01-29T11:47:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T01:24:34.000Z (7 months ago)
- Last Synced: 2025-03-28T14:14:40.261Z (about 2 months ago)
- Language: Shell
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-gin-api-template
Template of an `hello world` API written in Go using Gin framework. For use as a starting point for workshop projects.
## Built With
- [Go](https://golang.org/)
- [Gin](https://github.com/gin-gonic/gin)
- [Docker](https://www.docker.com/)## File Structure
- `main.go`: main file of the project, contains the main function and the router setup
- `go.mod`: contains the dependencies of the project
- `go.sum`: contains the checksums of the dependencies
- `Dockerfile`: contains the instructions to build the docker image