https://github.com/frisbm/go-duckdb-distroless
Example of Deploying Go Service With Duck DB In A Distroless Container
https://github.com/frisbm/go-duckdb-distroless
distroless distroless-docker docker duckdb go golang
Last synced: 3 months ago
JSON representation
Example of Deploying Go Service With Duck DB In A Distroless Container
- Host: GitHub
- URL: https://github.com/frisbm/go-duckdb-distroless
- Owner: frisbm
- License: mit
- Created: 2024-05-27T17:00:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:43:50.000Z (about 2 years ago)
- Last Synced: 2024-07-11T13:57:46.790Z (about 2 years ago)
- Topics: distroless, distroless-docker, docker, duckdb, go, golang
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-duckdb-distroless
Example of Deploying Go Service With Duck DB In A Distroless Container
You can build and run the image with the following commands:
```bash
> docker build . -t go-duckdb-distroless
> docker run go-duckdb-distroless
```