Skip to content
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Atomic/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def atomic_top(self):
Main sub-function for top
:return: None
"""
# Make sure the docker daemon is running
self.ping()
# Activate optional columns
self._activate_optionals()
# Do we have a tty?
Expand Down