We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbe1bb commit e8336c0Copy full SHA for e8336c0
README.md
@@ -63,21 +63,12 @@ All containers are available for the following arch:
63
## usage docker
64
65
```bash
66
-docker run --rm -d --name multitool ghcr.io/dergeberl/multitool:latest
67
-docker exec -it multitool /bin/bash
68
-```
69
-
70
-```bash
71
-docker stop multitool
+docker run --rm -it --name multitool ghcr.io/dergeberl/multitool:latest /bin/bash
72
```
73
74
## usage kubernetes
75
76
77
-kubectl run --image ghcr.io/dergeberl/multitool:latest multitool
78
-kubectl exec multitool -it -- /bin/bash
+kubectl run -i --tty --image ghcr.io/dergeberl/multitool:latest multitool -- /bin/bash
79
80
81
82
-kubectl delete pod multitool
83
0 commit comments