Merge pull request #11 from gustavotrott/main

Removes Ubuntu 22 setup instructions
This commit is contained in:
Anton Georgiev 2023-02-01 10:31:29 -05:00 committed by GitHub
commit da557478ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,6 @@ sudo usermod -aG docker `whoami`
sudo reboot sudo reboot
``` ```
- **For Ubuntu 22.04 users:** In our tests, `containerd` had to be downgraded to version 1.6.6 in order to have all features working properly. `sudo apt install containerd.io=1.6.6-1`.
## Container setup ## Container setup
1. Save (right click, save as) the creation script in home directory (`~`): [create_bbb.sh](create_bbb.sh?raw=1) 1. Save (right click, save as) the creation script in home directory (`~`): [create_bbb.sh](create_bbb.sh?raw=1)