# can we have the ability to getReader instead? ```ts const logs = await docker.containers.containerLogs(id, { follow: true, stdout: true, }); ``` will never resolve because 'follow' is true.