Answers for "does docker use linux?"

0

install docker in linux

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
Executing docker install script, commit: 7cae5f8b0decc17d6571f9f52eb840fbc13b2737
<...>
Posted by: Guest on August-10-2021
-1

install docker on linux

$ curl -fsSL https://get.docker.com/ | sh
Posted by: Guest on September-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language