Docker: Difference between revisions
From Leechfinger
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
We will be installing docker with apt. | We will be installing docker with apt. | ||
<syntaxhighlight lang="bash" line> | <syntaxhighlight lang="bash" line> | ||
# apt install docker- | # apt install docker-io docker-clean docker-compose docker-doc node-is-docker | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 02:59, 21 May 2024
Installing Docker
We will be installing docker with apt.
# apt install docker-io docker-clean docker-compose docker-doc node-is-docker