Skip to content

Instantly share code, notes, and snippets.

View nagabcube's full-sized avatar

nagabcube

  • VITUKI
  • Budapest
View GitHub Profile
@nagabcube
nagabcube / gist:c2157804fb36c077cc6cc8388d721aae
Last active October 7, 2025 09:46
Run docker in WSL without DockerDesktop (hungarian)
#
# 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