Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1.     # Remove any non-tagged images.
  2.     config['docker-containers-remove-untagged-containers'] = {
  3.         'module.run': [
  4.             {'name': 'dockerng.dangling'},
  5.             {'prune': True},
  6.             {'force': True},
  7.             {'order': 'last'}
  8.         ]
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement