docker-scripts/docker-ls

4 lines
85 B
Bash
Executable File

#!/bin/bash
docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Names}}\t{{.Status}}"