Mercurial > public > ssdt-docker
view scripts/d-ps.sh @ 372:173b41c77349 production
Added tag v2.10.0 for changeset b371970462c3
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Sun, 29 Aug 2021 19:10:07 -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\"}}" $@