1.

Installation of Docker

Answer»
CommandMeaningSyntax
For WindowsThis command helps you to install Docker on windows.https://download.docker.com/win/stable/InstallDocker.msi
For LinuxThis command helps you to install Docker on Linux.curl -sSL https://get.docker.com/ | sh
For macThis command helps you to install Docker on mac os.https://download.docker.com/mac/stable/Docker.dmg



Discussion

No Comment Found