I use fanal command to check docker image on INTRANET, some third party analyzer would cause process stuck.
lsof shows it will request *.amazonaws.com domain to get something.
After deep inspect, I found Offline argument is the key configuration. So I add it to fanal argument to support offline mode.
I use fanal command to check docker image on INTRANET, some third party analyzer would cause process stuck.
lsof
shows it will request *.amazonaws.com domain to get something.After deep inspect, I found
Offline
argument is the key configuration. So I add it to fanal argument to support offline mode.