Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Running "sudo pip install" can be OK in a CI but generates a clear warning. It is strongly disadvised to run it in a user or a production environment because it can break the host packages system. "pip install --user" or venv are usually prefered in most situations. - Nested virtualization support is not always enough to build OVS image inside a VM. The full KVM interface must be exposed, what may require extra configuration such as the KVM paravirtualization in VirtualBox. - On the recommended version of Ubuntu (20.0.4), installing docker CE with the given process does not remove docker from snap when a previous installation of the distribution package docker.io was already present in the system. Using docker through snap currently triggers a bug during the SONiC build process. https://stackoverflow.com/questions/52526219/docker-mkdir-read-only-file-system Signed-off-by: Guillaume Lambert <[email protected]>
- Loading branch information