Use docker inspect
:
docker inspect -f '{{ .Created }}' IMAGE_OR_CONTAINER
From: Exact times in “docker ps” and “docker images”
Use docker inspect
:
docker inspect -f '{{ .Created }}' IMAGE_OR_CONTAINER
From: Exact times in “docker ps” and “docker images”