Install docker from official source, not apt. Add docker compose

This commit is contained in:
2026-06-05 22:43:02 +02:00
parent 0017cb73d5
commit 6c78dbf092
2 changed files with 78 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ cd ~/server_cli_tools
| 2 | **Zsh + Oh-My-Zsh** | Shell, plugins (`zsh-autosuggestions`, `zsh-syntax-highlighting`, `z`), `bira` prompt theme |
| 3 | **Aliases + tools** | General, git, and docker aliases with a self-documenting help system (`h`) |
| 4 | **Terminal configs** | `bat` theme (base16) |
| 5 | **Docker** | `docker.io` via apt, service enabled, user added to `docker` group, management aliases |
| 5 | **Docker** | Docker Engine + Compose from [Docker's official apt repo](https://docs.docker.com/engine/install/ubuntu/) (`docker-ce`, `docker-compose-plugin`), service enabled, user added to `docker` group, management aliases |
| 6 | **Git config** | `git-delta` as pager with side-by-side diffs |
> **NOTE:** There's minimal custom theme in `<repo>/configs/zsh/zhann-elvis.zsh-theme`. To apply it toggle `ZSH_THEME` and uncomment sourcing it in `~/.zshrc` after install.