https://github.com/gldraphael/clippy
📎 My own clippy!
https://github.com/gldraphael/clippy
Last synced: 6 months ago
JSON representation
📎 My own clippy!
- Host: GitHub
- URL: https://github.com/gldraphael/clippy
- Owner: gldraphael
- Created: 2023-04-14T22:48:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:38:32.000Z (over 2 years ago)
- Last Synced: 2025-06-26T12:51:58.028Z (about 1 year ago)
- Language: Smarty
- Homepage: https://galdin.dev/blog/containerizing-a-csharp-hello-world-app/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# clippy
To run the docker container:
```sh
# pull the latest image
docker pull ghcr.io/gldraphael/clippy:main
# run it in the background
docker run -itd -p 8080:80 --name clippy --rm ghcr.io/gldraphael/clippy:main
# curl it
curl localhost:8080
# once you're done, stop it to delete it
docker stop clippy
```
To install this in your cluster:
```
helm install clippy oci://ghcr.io/gldraphael/charts/clippy
```