Commit Graph

6 Commits (b95fd6fdcec58755d7249ba86eec7fbf97eda219)

Author SHA1 Message Date
Dylan Semler 20a49e6393 Add plugin and alias for cleaning docker assets 2017-02-15 07:00:42 -05:00
jitakirin b8011d1534 Fix dklcip alias
Due to use of double-quotes ``docker ps`` was executed when the aliases
were loaded and as a consequence ``dklcip`` would always show IP of a
container that was last then instead of at runtime.

This changes the alias to use single quotes which fixes that.

It also changes the alias to use docker's ``--format`` option so
there's no need of parsing the output using grep and cut.
2015-06-17 15:26:06 +01:00
jitakirin 76faf90f90 Fix dkrmui alias (delete untagged images)
The docker images subcommand was returning all columns due to unescaped
'$3' in awk filter.  This was throwing a lot of errors as rmi tried to
remove non-existent images.

In any case docker images has a flag to filter and only show dangling
image IDs which makes this simpler.
2015-05-26 10:25:56 +01:00
Kevin S. Clarke 74244236cd Fix startup error with docker alias 2015-05-12 22:23:55 -04:00
Kevin S. Clarke ef0f7ebc42 Updated undescores to dashes and added new alias 2015-01-27 15:20:21 -05:00
Kevin S. Clarke ed79936529 Added Docker aliases and functions 2015-01-22 10:23:00 -05:00