Installing Docker: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Leechfinger (talk | contribs) 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>" |
Leechfinger (talk | contribs) No edit summary |
||
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> |
Revision as of 01:46, 21 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