Ubuntu – docker images on different computers are different
I am running a docker image on 2 different computers and the contents of said image are different. I am ensuring they are the same image by specifying the digest as such docker run -it ubuntu@sha256:f9d633ff6640178c2d0525017174a688e2c1aef28f0a0130b26bd5554491f0da /bin/bash however when I…