Installing Docker

From Leechfinger
Revision as of 01:46, 21 May 2024 by 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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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