wikiroute

networking recipes

User Tools

Site Tools


mooc-riv-labs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mooc-riv-labs [2021/09/07 15:15] – [3. Docker Containers] samermooc-riv-labs [2021/09/07 22:01] (current) samer
Line 21: Line 21:
 </code> </code>
  
-  * Start mininet (use OpenFlow10 for compatibility with ovsctl commands)+  * Start mininet (only OpenFlow10 seems to work)
  
 <code> <code>
-sudo mn --topo tree,2 --mac --switch ovsk,protocols=OpenFlow13 --controller remote,ip=172.17.0.2+sudo mn --topo tree,2 --mac --switch ovsk,protocols=OpenFlow10 --controller remote,ip=172.17.0.2
 </code> </code>
  
Line 124: Line 124:
 $ sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg key.txt $ sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg key.txt
 </code> </code>
 +
 +Use the following command to set up the stable repository
  
 <code> <code>
Line 130: Line 132:
   $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null   $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
 </code> </code>
-   + 
- $ sudo apt-get install docker-ce docker-ce-cli containerd.io+In order to solve the ''containered.io'' dependency problem, add the following line to the source file ''/etc/apt/sources.list'': 
 + 
 +<code> 
 +deb http://security.ubuntu.com/ubuntu xenial-security main  
 +</code> 
 + 
 +Update and install. 
 + 
 +<code> 
 +$ sudo apt-get update 
 +$ sudo apt-get install containerd.io 
 +$ sudo apt-get install docker-ce docker-ce-cli 
 +</code>
  
mooc-riv-labs.1631020523.txt.gz · Last modified: 2021/09/07 15:15 by samer