2 lines
77 B
Plaintext
2 lines
77 B
Plaintext
|
f() { docker run --rm -dit --privileged --name "$1" deb su - user; }; f deb1
|