Currently, xcetool image run does not output log messages from the running container. Since the container ID is printed, the user can still use docker logs to fetch log messages, but it would of course be more convenient to get them as part of xcetool's own output. Implementation should be fairly simple with docker.models.containers.Container.logs.