<code> "State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 7046,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-05-17T04:25:57.721062063Z",
"FinishedAt": "2023-05-17T01:25:21.135879756-03:00"
},
</code>
<code> "State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 7046,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-05-17T04:25:57.721062063Z",
"FinishedAt": "2023-05-17T01:25:21.135879756-03:00"
},
</code>
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 7046,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-05-17T04:25:57.721062063Z",
"FinishedAt": "2023-05-17T01:25:21.135879756-03:00"
},
I have this docker container that shows a finish date, but it remains with the “Running” status. What could cause this? Is there a way to know if there are any processes running in this container?
I need to know if this container is used and if not, I need to delete it to free up space on the server.