Files

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:
...