https://pulumi.com logo
f

flat-mechanic-75334

05/06/2020, 7:54 AM
Hello! Can someone show me how to get the output of a docker container? I’ve tried for example this, but it just gives me undefined:
Copy code
myContainer.containerLogs.apply(logs => console.log("container logs:", logs));