Main public logs
Combined display of all available logs of Qiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:38, 3 September 2025 Ryan talk contribs created page Step-by-Step Guide to Installing and Configuring Docker on AWS t4g.micro (Amazon Linux 2023, ARM64) (Created page with " <span id="step-1-update-system-and-verify-architecture"></span> == Step 1: Update System and Verify Architecture == <syntaxhighlight lang="bash"># Update all packages sudo dnf update -y # Verify you're on ARM64 architecture uname -m # Should output: aarch64 # Verify Amazon Linux version cat /etc/os-release | grep PRETTY_NAME # Should show: Amazon Linux 2023</syntaxhighlight> <span id="step-2-install-docker-and-enable-auto-start"></span> == Step 2: Install Docker and...")