Retain docker slave containers after build completion

Hello Team,
I ran a build on jenkins docker agent and noticed that the docker container gets removed after job completion.I grabbed the container ID from the logs and tried to check the details on the docker host but it seems the container was removed after job completion.

[root@client ~]# docker logs 9fabb2eae7e470a48bfd7bfd75a43d57701e06baad804d964e9a020d8073eb
Error response from daemon: No such container: 9fabb2eae7e470a48bfd7bfd75a43d57701e06baad804d964e9a020d8073eb

Docker build metadata:

Cloud: docker-agent
Container ID: 9fabb2eae7e470a48bfd7bfd75a43d57701e06baad804d964e9a020d8073eb

Is there a way to retain containers for further inspection ?

Thanks,
Shantanu