4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker ps --format "table {{.ID}}\t{{.Image}}\t{{.Names}}\t{{.Status}}"
|