Docker: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
No edit summary
Qais (talk | contribs)
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.io docker-clean docker-compose docker-doc node-is-docker  
# apt install docker docker.io docker-clean docker-compose docker-doc node-is-docker  
</syntaxhighlight>
</syntaxhighlight>


[[Category:Docker]]
[[Category:Docker]]

Revision as of 03:01, 21 May 2024

Installing Docker

We will be installing docker with apt.

# apt install docker docker.io docker-clean docker-compose docker-doc node-is-docker