def containerRoute()

in tools/invoke.py [0:0]


def containerRoute(args, path):
    return 'http://%s:%s/%s' % (args.host, args.port, path)