changeset 55:77ff739c078d

add script to provide shortened docker ps with ssdt labels
author smith@nwoca.org
date Thu, 25 Feb 2016 08:47:45 -0500
parents 334d65dac778
children 04d4865220ef
files scripts/d-ps.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/d-ps.sh	Thu Feb 25 08:47:45 2016 -0500
@@ -0,0 +1,4 @@
+#!/bin/bash
+docker ps --format="table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Label \"io.ssdt.id\"}}\t{{.Label \"io.ssdt.app\"}}\t{{.Label \"io.ssdt.type\"}}"
+
+