Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Add docker container information #1

Closed
e-minguez opened this issue Sep 16, 2018 · 2 comments
Closed

[RFE] Add docker container information #1

e-minguez opened this issue Sep 16, 2018 · 2 comments

Comments

@e-minguez
Copy link

You can use this as example:

printf "\ncontainers:\n"
docker ps --format 'table {{.Names}}\t{{.Status}}' | tr '[A-Z]' '[a-z]' | column -ts $',' | sed -e 's/^/  /'

Thanks!

@yboetz
Copy link
Owner

yboetz commented Sep 17, 2018

I just added a docker script. You can test it and check if everything works.

@e-minguez
Copy link
Author

Nice!!! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants