README: improve the documentation of b2c.load
The current documentation for b2c.load is not mentioning anything about how to reference the image that was imported.
This commit clarifies this by saying the tags for the image are
imported with the image, and adds a warning about non-fully-qualified
names being mangled by podman on import (localhost/
is added to them)
Suggested-by: @tsa