Go to file
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
.drone.yml init 2022-09-23 15:31:44 +02:00
build.sh init 2022-09-23 15:31:44 +02:00
Dockerfile feat: install ffsend 2024-08-27 10:05:45 +02:00
pod.yaml feat: add kubernetes deployment 2024-08-27 09:52:54 +02:00
README.md feat: add kubernetes deployment 2024-08-27 09:52:54 +02:00
rebuild.sh fix(rebuild): the input device is not a TTY 2022-11-19 17:15:37 +01:00
start.sh init 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