comparison scripts/d-ps.sh @ 360:dcaaef5a6a4f

test
author aldrich
date Tue, 09 Jun 2020 15:13:55 +0100
parents e155908fa039
children
comparison
equal deleted inserted replaced
357:477a54ceff94 360:dcaaef5a6a4f
1 #!/bin/bash 1 #!/bin/bash
2 #Testing - no changes made
2 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\"}}" $@ 3 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\"}}" $@
3 4
4 5