Merge pull request #316 from MNThomson/max/docker-privileged-remove-excess

Remove unwanted string in docker-privileged
This commit is contained in:
Carlos Polop 2022-04-20 18:24:10 +01:00 committed by GitHub
commit 173c00db33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ ls /dev
cachefiles mapper port shm tty24 tty44 tty7
console mem psaux stderr tty25 tty45 tty8
core mqueue ptmx stdin tty26 tty46 tty9
cpu nbd0 pts stdout tty27 tty47 ttyS0cker run --rm --privileged -it alpine sh
cpu nbd0 pts stdout tty27 tty47 ttyS0
[...]
```
{% endtab %}