Installing Docker: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Created page with "== Installing Docker == We are going to install Docker by the Debian apt method. <syntaxhighlight lang="bash" line> #apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin </syntaxhighlight>"
 
Qais (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
We are going to install Docker by the Debian apt method.
We are going to install Docker by the Debian apt method.
<syntaxhighlight lang="bash" line>
<syntaxhighlight lang="bash" line>
#apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
</syntaxhighlight>
</syntaxhighlight>
[[Category:Docker]]

Latest revision as of 19:22, 22 May 2024

Installing Docker

We are going to install Docker by the Debian apt method.

# apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin