#container-use stdio exit 1
1 messages · Page 1 of 1 (latest)
Yes, but the process exits immediately with exit code 1.
can you run which container-use and container-use version
Sure. which gives me /opt/homebrew/bin/container-use, the version is
container-use version 0.3.1 commit: bfff9fc05e24a9d120d19b87d555a27e87d939cc built: 2025-07-15T18:14:16Z
weird, let me think
I'll try reinstalling...
No, I don't...
no worries, just checking
Hmm, no, I just uninstalled and then installed again, but no luck. Does it make a difference if I install using the shell command as opposed to homebrew?
not really, one second, i'm investigating something i'll report back
can you show cat /tmp/container-use.debug.stderr.log
or just tail -30 /tmp/container-use.debug.stderr.log
Oh... I have podman, is that okay, too?
good question, clearly it didnt pick up podman
@lusty orbit do you know anything about how to get dagger to launch with podman ?
I haven't tried it, but if I'm right just to have a symlink called docker should solve the issue: https://docs.dagger.io/ci/integrations/podman
@cobalt onyx as a stopgap, try to add docker as a symlink to podman, but i don't recommend it much because podman has differences
And
Podman machine configured for rootful container execution.
ah thank you, i guess they recommend symlinking too
Next time you have weird issues with "docker" it'll likely be because of discrepancies between podman and docker
Ok, that did it. the mcp server is now running! Thanks a lot!
Thank you Yves!
NP 🙂
cc @pine glacier
yeup! the work in https://github.com/dagger/dagger/pull/10714 should make this pretty much exactly as the default docker experience
just blocked on reviews, everything is ready to go for it
awesome! The best way to review is to build a custom standalone CLI and Engine, right? Have to refresh my memory since I'm spoiled by dev | terminal
Hey Everybody, I noticed that the changes that are made to my repository with container-use get a different git user. I went to the documentation but haven't yet found anything about customizing the user that makes commits inside the container. Can anybody help?
Oh, interesting. Let me take a look. What user do you see?
I see it as my git user
Also, thinking we should move this out to a new thread for better visibility
This is what I see in the git logs: Author: Temp User <temp@example.com>