Skip to content

Instantly share code, notes, and snippets.

@dehsilvadeveloper
dehsilvadeveloper / 0_prerequisites.md
Last active September 5, 2025 20:43
Installing Docker on WSL 2 with Ubuntu 22.04

Installing Docker on WSL 2 with Ubuntu 22.04

Instalando Docker em um WSL 2 com Ubuntu 22.04

Prerequisites

Before start the installation process, make sure you meet the following prerequisites:

  • A Windows 10 operating system with WSL 2 support.
  • WSL 2 enabled.
  • Ubuntu 22.04 installed on WSL 2.
@sergeyklay
sergeyklay / journalctl-cheatsheet.md
Last active September 8, 2025 12:10
Journalctl Cheat Sheet

Journalctl Cheat Sheet

Configuration

Permissions

To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:

sudo usermod -aG systemd-journal $USER