Is it possible to show the restart policy of a running Docker container?
When I create containers I'm specifying a restart policy, but this is not shown in docker ps, and it doesn't appear any format string shows this either.
Does anyone know how to see the restart policy of a running container(s)?