Skip to content

Commit e8336c0

Browse files
Raphael Groemmerdergeberl
authored andcommitted
Update docs
1 parent 7cbe1bb commit e8336c0

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,12 @@ All containers are available for the following arch:
6363
## usage docker
6464

6565
```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
66+
docker run --rm -it --name multitool ghcr.io/dergeberl/multitool:latest /bin/bash
7267
```
7368

7469
## usage kubernetes
7570

7671
```bash
77-
kubectl run --image ghcr.io/dergeberl/multitool:latest multitool
78-
kubectl exec multitool -it -- /bin/bash
72+
kubectl run -i --tty --image ghcr.io/dergeberl/multitool:latest multitool -- /bin/bash
7973
```
8074

81-
```bash
82-
kubectl delete pod multitool
83-
```

0 commit comments

Comments
 (0)