Commit 5be0f199 authored by jithu.tagore's avatar jithu.tagore

Update infra_as_service_monitor.py

parent c1c5b5a9
......@@ -180,6 +180,7 @@ def docker_container():
end=i.attrs["State"]["FinishedAt"]
start_date = dateutil.parser.isoparse(start)
end_date = dateutil.parser.isoparse(end)
print("new: ",i.attrs["State"])
print(start,"new...",end)
print(".....................")
print(start_date,end_date)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment