Skip to content

gldraphael/clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clippy

To run the docker container:

# 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:https://ghcr.io/gldraphael/charts/clippy