Kubernetes - Pods
After executing
kubectl run nginxpod --image=nginx --restart=Never, what information will kubectl describe pod nginxpod display under the 'Containers' section?