Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install docker compose on windows

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%chocolateyin"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #docker #compose #windows
ADD COMMENT
Topic
Name
5+6 =