Is there any better way to execute docker commands from a node js apart from using shelljs(similar packages) to execute those commands?
I have seen the package dockerode. Though it is great for some commands, it doesn't give much view on 'docker exec' command.
I just need more control while executing docker exec from nodejs which shelljs fail to provide. I want to know once the docker exec command has been executed whether it got executed successfully or not.