mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update dockermod.py
This commit is contained in:
parent
58b997c67f
commit
de6d3cc0cf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue