Returns the running Docker containers
To learn more about queries, check this guide
SELECT id, name, image, image_id, state, status FROM docker_containers WHERE state = "running";
PowerShell commands are currently work in progress, contributions welcome.