My personal containerized environment. Ubuntu-based, with vim and updateme pre-installed.
Run this one-liner to download the Compose file and get instructions:
curl -fsSL https://raw.githubusercontent.com/ca1ebd/myworld/main/install.sh | shThis downloads docker-compose.yml to ~/myworld/ and prints the command to launch the container.
docker pull ghcr.io/ca1ebd/myworld:latestdocker compose run --rm myworlddocker run -it --rm ghcr.io/ca1ebd/myworld:latest| Tool | Purpose |
|---|---|
| vim | Text editor |
| updateme | Daily terminal briefing: weather, headlines, and market data |
| python3 | Runtime for updateme |
| curl, git | General utilities |
Every push to main builds and publishes a new image to ghcr.io/ca1ebd/myworld.
Tags produced:
latest— tracks themainbranchsha-<commit>— pinned per-commit tag