Pim van den Berg
068c38ecf5
feat: install ffsend
All checks were successful
continuous-integration/drone/push Build is passing
https://github.com/timvisee/ffsend
Swiss Army Knife container
- Debian slim based image
- A lot of tools...
Supported tags and respective Dockerfile
links
Usage
docker run
$ docker run -it \
--name swiss \
pommib/swiss:latest
Kubernetes
$ kubectl create namespace swiss
$ kubectl apply -f pod.yaml -n swiss
$ kubectl get pods -n swiss
$ kubectl describe pod -n swiss
$ kubectl exec --stdin --tty -n swiss swiss -- /bin/bash
$ kubectl delete namespace swiss
Description
Languages
Dockerfile
67.1%
Shell
32.9%