Update dockermod.py

This commit is contained in:
garethgreenaway 2017-08-04 08:59:33 -07:00 committed by GitHub
parent 58b997c67f
commit de6d3cc0cf

View file

@ -558,6 +558,7 @@ def _prep_pull():
'''
__context__['docker._pull_status'] = [x[:12] for x in images(all=True)]
def _scrub_links(links, name):
'''
Remove container name from HostConfig:Links values to enable comparing
@ -572,6 +573,7 @@ def _scrub_links(links, name):
return ret
def _size_fmt(num):
'''
Format bytes as human-readable file sizes