User Tools

Site Tools


docker

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
docker [2022/02/23 22:35] illudocker [2022/02/24 20:37] (current) – removed illu
Line 1: Line 1:
-====== Docker ====== 
-to get more flexability to my projects, docker ([[https://www.docker.com/|https://www.docker.com/]]) was a choice. 
  
-howto easy install take latest description from their webseite for your distribution. 
-<code> 
-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 
-apt-get install docker-ce docker-ce-cli containerd.io 
-docker run hello-world 
-</code> 
- 
-to work with more comfortable gui -> [[portainer|portainer]] 
docker.1645652150.txt.gz · Last modified: 2022/02/23 22:35 by illu