Pim van den Berg 068c38ecf5
All checks were successful
continuous-integration/drone/push Build is passing
feat: install ffsend
https://github.com/timvisee/ffsend
2024-08-27 10:05:45 +02:00
2022-09-23 15:31:44 +02:00
2022-09-23 15:31:44 +02:00
2024-08-27 10:05:45 +02:00
2024-08-27 09:52:54 +02:00
2024-08-27 09:52:54 +02:00
2022-09-23 15:31:44 +02:00

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
No description provided
Readme 30 KiB
Languages
Dockerfile 67.1%
Shell 32.9%