This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Először is a Windows-ra telepítjük a Docker-CLI-t | |
# - ehhez telepíteni kell a Choco-t (PS Admin joggal): | |
# Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
# | |
# még mindig PS terminál Admin módban: | |
# | |
choco install docker-engine | |
choco install docker-cli |