Installing Docker: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Leechfinger (talk | contribs) No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# 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