Docker import location

I create successfully an image through docker import. But the image is only visible for the user which issued the command. So when root does the import, the image shows up when root looks for it (docker images), but another user cannot see this image. When that other user does the import, it’s exactly the other way around.
Both users do see the docker pull images.
Is this normal?

Probably the same