# HG changeset patch # User smith@nwoca.org # Date 1456408065 18000 # Node ID 77ff739c078d4ffeaae8281369b5f09cdea8c88e # Parent 334d65dac778a6ed93df6027eb660a5956f0e539 add script to provide shortened docker ps with ssdt labels diff -r 334d65dac778 -r 77ff739c078d scripts/d-ps.sh --- /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\"}}" + +