Improved local shell snippet rendering

This commit is contained in:
Michele Cereda
2022-05-15 00:24:53 +02:00
parent ba75b52244
commit d057f2210d
135 changed files with 313 additions and 298 deletions

View File

@@ -2,7 +2,7 @@
## TL;DR
```shell
```sh
# install lxc
apt-get install lxc
snap install lxd
@@ -44,7 +44,7 @@ man lxc.container.conf(5)
## Create new containers as unprivileged user
```shell
```sh
# allow user vagrant to create up to 10 veth devices connected to the lxcbr0 bridge
echo "vagrant veth lxcbr0 10" | sudo tee -a /etc/lxc/lxc-usernet
```