Docker: Difference between revisions
From Leechfinger
Jump to navigationJump to search
Created page with "Category:Docker" |
No edit summary |
||
Line 1: | Line 1: | ||
== Installing Docker == | |||
We will be installing docker with apt. | |||
<syntaxhighlight lang="bash" line> | |||
# apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin | |||
</syntaxhighlight> | |||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 02:40, 21 May 2024
Installing Docker
We will be installing docker with apt.
# apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin