docker-compose inside a NodeJS Container #221
Unanswered
JarodStreck
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This library works by calling However, without said binary, it will simply not work. You would either need to be able to call It might be possible to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it works inside a Docker container using the host machine Docker API.
Basically I have a container with a NodeJS app that manage containers. The issue is that docker-compose run the command in the shell but the container itself doesn't have docker nor docker-compose installed. Is there any work-around for that ?
Beta Was this translation helpful? Give feedback.
All reactions