Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooling in ubuntu fails due to adding tooling name to docker command #3655

Open
eg-soft-dev opened this issue Jan 14, 2024 · 0 comments
Open
Labels
bug Something aint working right!

Comments

@eg-soft-dev
Copy link

eg-soft-dev commented Jan 14, 2024

I have a problem using lando with ubuntu.
I added the following tooling using no recipe
...
name: toolingtest

services:
php-cli:
type: php:8.2
via: cli
xdebug: true
composer_version: 2-latest
tooling:
phptest:
service: php-cli
description: Execute PHP
cmd: php
...

when I run lando php the command exits with no error output and fails.
when I run lando -vvv php the logs show the following lines at the end of the logs:
toolingtest 20:28:54 DEBUG ==> process pid4 running /snap/bin/docker exec toolingtest_php-cli_1 php phptest cstdio=[inherit, pipe, pipe], silent=false, mode=attach, detached=false
toolingtest 20:28:54 DEBUG ==> process pid4 finished with exit code 1

this is the case with all toolings I add.

I am using lando v3.20.8

@eg-soft-dev eg-soft-dev added the bug Something aint working right! label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something aint working right!
Projects
None yet
Development

No branches or pull requests

1 participant