Mercurial > public > ssdt-docker
view scripts/d-ps.sh @ 386:3c0d82dcd168 production vv2.12.0
flow: Merged <release> 'v2.12.0' to <master> ('production').
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Tue, 14 Sep 2021 09:43:21 -0400 |
parents | dcaaef5a6a4f |
children |
line wrap: on
line source
#!/bin/bash #Testing - no changes made docker ps -a --format="table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Label \"io.ssdt.id\"}}\t{{.Label \"io.ssdt.app\"}}\t{{.Label \"io.ssdt.type\"}}" $@