-
In our use-case, we have developed an API (which runs inside a container) with some endpoints whose outcomes include building and modifying a Kathara Lab. We would like the Kathara-managed containers to exist at the root level of our host, not within the API Docker container. Is there a recommended and/or supported way to run Kathara inside of a Docker container? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @pg, As far as I understand, what you have is a container with some APIs, and you want to run a Kathará scenario on the host instead of inside the container. Am I right? Mariano. |
Beta Was this translation helpful? Give feedback.
-
@Skazza94 : Initially I ran into below error. which is thrown at below line when lab is deployed. I resolved the error by adding below lines in docker entrypoint. But same error is appearing when i run the code outside of the docker container. |
Beta Was this translation helpful? Give feedback.
Hi @pg,
thanks for opening this discussion and for using Kathará.
As far as I understand, what you have is a container with some APIs, and you want to run a Kathará scenario on the host instead of inside the container. Am I right?
Mariano.