docker ps并docker images以相当模糊的方式表达时间,例如"大约一小时前"或"2天前".我怎样才能发现确切的时间?
docker ps
docker images
用途docker inspect:
docker inspect
docker inspect -f '{{ .Created }}' IMAGE_OR_CONTAINER