Self-hosted workers: capabilities differ between docker and binary

Hey!

We are running different self-hosted workers for our cloudbased Space. But.. This is strange: when starting up a worker-agent using the docker-method I see the capabilities "git, docker, docker-composer". Fine. Starting the worker on the very same node with the binary-method I only get "git, docker" - but not docker-compose (which is needed actually).
Anyone else with the same issue and/or a viable hint/workaround?

Regards,
Ingo

0
1 comment

Ingo Bez Hi!

These two installation methods work a bit differently. For the Docker method, the tools are coming with the Docker container. As for the binary method, the worker checks what is available on the host and works with it. You might want to check if the docker-compose is available on the host (docker-compose version) and/or get it there if it is not. 

 

0

Please sign in to leave a comment.