meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
home_automation:home_assistant:lxc [2020/12/03 13:15] niziakhome_automation:home_assistant:lxc [2020/12/03 13:18] niziak
Line 50: Line 50:
 # Downgrade docker # Downgrade docker
 apt-get install docker-ce=5:18.09.9~3-0~debian-buster apt-get install docker-ce=5:18.09.9~3-0~debian-buster
 +apt-get install docker-ce-cli=5:18.09.9~3-0~debian-buster
 echo "docker-ce hold" | dpkg --set-selections echo "docker-ce hold" | dpkg --set-selections
 +echo "docker-ce-cli hold" | dpkg --set-selections
 </code> </code>
  
Line 63: Line 65:
 <code bash> <code bash>
 apt-get install docker-ce=5:18.09.9~3-0~debian-buster apt-get install docker-ce=5:18.09.9~3-0~debian-buster
 +apt-get install docker-ce-cli=5:18.09.9~3-0~debian-buster
 echo "docker-ce hold" | dpkg --set-selections echo "docker-ce hold" | dpkg --set-selections
 +echo "docker-ce-cli hold" | dpkg --set-selections
 </code> </code>