Docker

Installing WSL 2

2020-11-29. Category & Tags: WSL2, Windows Sub System, Docker

Tested on Windows 10. Pre-requirements # Windows 10 May 2020 (2004) // or older Windows 10 May 2019 (1903) / or Windows 10 November 2019 (1909) A computer with Hyper-V Virtualization support Steps Overview # Enable WSL 2 Enable ‘Virtual Machine Platform’ Set WSL 2 as default Install a Linux distro Download the lateest kernel to update [ref] Powershell CML for Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 # wsl --install Powershell CML for Win before Win-2004 (Build 19041) # dism. ...

Podman, Docker

2017-02-20. Category & Tags: Podman, Docker

See also: cnvrg.io How to setup Docker and Nvidia-Docker 2.0 on Ubuntu 18.04 (bak) Timing: time spent to install & test (for the 1st time): 15 tomatos/hours. Comparing Container Engines # Tip: podman has exactly the same CLI as Docker, so previous Docker users can move to Podman by: alias Docker=Podman. Podman advantages compared to Docker: doesn’t need daemon doesn’t need root privileges (which has been long-standing concern with Docker) can also manage pods Other alternavtive engines: ...