mooc-riv-labs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mooc-riv-labs [2021/09/07 15:05] – [-. SDN with ONOS] samer | mooc-riv-labs [2021/09/07 22:01] (current) – samer | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | * Start mininet (use OpenFlow10 | + | * Start mininet (only OpenFlow10 |
| < | < | ||
| - | sudo mn --topo tree,2 --mac --switch ovsk, | + | sudo mn --topo tree,2 --mac --switch ovsk, |
| </ | </ | ||
| Line 103: | Line 103: | ||
| * Think about updating FRR to get latest Segment routing features http:// | * Think about updating FRR to get latest Segment routing features http:// | ||
| </ | </ | ||
| + | |||
| + | ===== - Docker Containers | ||
| + | |||
| + | Update the apt package index and install packages to allow apt to use a repository over HTTPS: | ||
| + | |||
| + | < | ||
| + | $ sudo apt-get update | ||
| + | |||
| + | $ sudo apt-get install \ | ||
| + | apt-transport-https \ | ||
| + | ca-certificates \ | ||
| + | gnupg \ | ||
| + | lsb-release | ||
| + | </ | ||
| + | |||
| + | Add Docker’s official GPG key: | ||
| + | |||
| + | < | ||
| + | $ wget https:// | ||
| + | $ sudo gpg --dearmor -o / | ||
| + | </ | ||
| + | |||
| + | Use the following command to set up the stable repository | ||
| + | |||
| + | < | ||
| + | echo \ | ||
| + | "deb [arch=amd64 signed-by=/ | ||
| + | $(lsb_release -cs) stable" | ||
| + | </ | ||
| + | |||
| + | In order to solve the '' | ||
| + | |||
| + | < | ||
| + | deb http:// | ||
| + | </ | ||
| + | |||
| + | Update and install. | ||
| + | |||
| + | < | ||
| + | $ sudo apt-get update | ||
| + | $ sudo apt-get install containerd.io | ||
| + | $ sudo apt-get install docker-ce docker-ce-cli | ||
| + | </ | ||
mooc-riv-labs.1631019951.txt.gz · Last modified: 2021/09/07 15:05 by samer