Docker find all layers in an image -
docker has changed it's backend , "docker history" command no longer shows layer ids of layers in image. more details here: https://github.com/docker/docker/issues/20131
although understand why it's showing "missing", still havent found new way extract information i'm looking for. know how can find layers in image? i'd able cross-reference layers on different images know when layer used more once service, why used id shown in history command until recentely.
any appreciated, thank you.
Comments
Post a Comment