068c38ecf5
All checks were successful
continuous-integration/drone/push Build is passing
https://github.com/timvisee/ffsend |
||
---|---|---|
.drone.yml | ||
build.sh | ||
Dockerfile | ||
pod.yaml | ||
README.md | ||
rebuild.sh | ||
start.sh |
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