This document expands upon the official Arch Linux Wiki installation guide by covering some more steps:
- Arch Linux installation on a LUKS2 container on Btrfs
- Microsoft Windows 10/11 installation with BitLocker
--- | |
services: | |
ollama-server: | |
image: ollama/ollama:latest | |
container_name: ollama-server | |
ports: | |
- "11434:11434" | |
volumes: | |
- ./ollama-data:/root/.ollama |
This document expands upon the official Arch Linux Wiki installation guide by covering some more steps: