wink

TIL that `docker import foo.tgz imagename:tag` does *something* but it's probably not what you wanted, that would be `docker load < foo.tgz`. So my confusion is mostly because it doesn't error out or say huh? if you hand it a "saved" image with many layers and stuff.