Explain workstation risks

This commit is contained in:
Matéo Duparc 2023-05-31 10:46:29 +02:00
parent 513058fdb4
commit fd8c8c7763
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 3 additions and 1 deletions

View File

@ -13,11 +13,13 @@ Containers share the same kernel as the host. This means that if someone manages
- Container processes cannot gain additional privileges (`--security-opt=no-new-privileges`)
- The entry point is executed with normal user privileges
The risk on the workstation side depends on the guest OS, on the hypervisor used and on the interactions between the host and the VM (filesystem sharing, hardware passthrough, etc.)
# Use it !
Install dependencies (debian-based):
```
sudo apt-get install libvirt-daemon libvirt-clients podman bridge-utils
sudo apt-get install libvirt-daemon libvirt-clients podman
```
## Download