An open API service indexing awesome lists of open source software.

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

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
```