Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 443 Bytes

File metadata and controls

32 lines (23 loc) · 443 Bytes

Dev tools

Docker

sudo pacman -Sy docker docker-buildx docker-compose
sudo systemctl enable --now docker.service
sudo usermod -aG docker "$USER"
reboot
docker run hello-world

Google container registry mirror

echo '{ "registry-mirrors": ["https://mirror.gcr.io"] }' | sudo tee /etc/docker/daemon.json
reboot

Ansible

pacman -Sy ansible-core

Kubernetes

pacman -Sy k9s

k9s