mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix typo
This commit is contained in:
@@ -49,7 +49,7 @@ def main(quiet):
|
|||||||
|
|
||||||
# Prune old/stopped containers
|
# Prune old/stopped containers
|
||||||
if not quiet: print('Pruning old containers')
|
if not quiet: print('Pruning old containers')
|
||||||
client.container.prune()
|
client.containers.prune()
|
||||||
|
|
||||||
image_list = client.images.list(filters={ 'dangling': False })
|
image_list = client.images.list(filters={ 'dangling': False })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user