User Tools

Site Tools


homeautomatisation:docker

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
homeautomatisation:docker [2022/02/24 20:37] – created illuhomeautomatisation:docker [2022/02/24 21:19] illu
Line 3: Line 3:
  
 howto easy install take latest description from their webseite for your distribution. howto easy install take latest description from their webseite for your distribution.
-<code>+<code bash>
 curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
 echo   "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null echo   "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
homeautomatisation/docker.txt · Last modified: 2022/03/01 19:58 by illu