Mercurial > public > ssdt-docker
view scripts/capture.sh @ 71:b6fe4a2411ee
restructure to handle xarg replacement
author | smith@nwoca.org |
---|---|
date | Fri, 18 Mar 2016 01:32:43 +0100 |
parents | b55117e40cd7 |
children | 6f562946db80 |
line wrap: on
line source
#!/bin/bash # writes tail of current logs to standard out from running containers in compose project. docker-compose ps -q | xargs -I ID docker inspect --format='{{.LogPath}}' ID | xargs tail -n1000