A Better Docker Experience Inside The Terminal
Docker provides powerful CLI tools, but common workflows
often require switching between multiple commands such as
docker ps,
docker logs,
docker inspect,
and docker stats.
Dockyard was built as a learning project for Textual and Docker SDK integration, but evolved into a practical terminal-native utility that combines container management, logs, runtime metrics, and operational workflows into a single interface.