From 03423634870ba07bb820c6dfff5e56bf4e543cca Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Wed, 1 Feb 2023 12:24:13 -0300 Subject: [PATCH] Removes Ubuntu 22 setup instructions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3525904..f253c4d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ sudo usermod -aG docker `whoami` 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 1. Save (right click, save as) the creation script in home directory (`~`): [create_bbb.sh](create_bbb.sh?raw=1)