After having run the following command:
await compose.upAll(composeOpts)
I run the following command:
await this.compose.down(composeOpts)
and he enclosing promise simply dies. I have wrapped this code in a try and it doesn't catch any error. The execution just stops.
Is there an example of down being used somewhere? I can't find any documentation on down or stop, and I am unable to manage my containers after creating them with this package.
After having run the following command:
await compose.upAll(composeOpts)I run the following command:
await this.compose.down(composeOpts)and he enclosing promise simply dies. I have wrapped this code in a try and it doesn't catch any error. The execution just stops.
Is there an example of down being used somewhere? I can't find any documentation on down or stop, and I am unable to manage my containers after creating them with this package.