Is there a way to do docker inspect
for an image that exists on docker hub and wasn't pulled locally?
I'm a bit confused about the usage of the docker cli when it comes to docker hub. I can docker login
, but then can't use that login to perform any remote action other than pull or push.
As per the docker hub documentation -
It does not look like you can do a docker inspect without pulling one image