#container-use stdio exit 1

1 messages · Page 1 of 1 (latest)

valid junco
#

Can you run container-use stdio yourself in a terminal ?

cobalt onyx
#

Yes, but the process exits immediately with exit code 1.

valid junco
#

can you run which container-use and container-use version

cobalt onyx
#

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

valid junco
#

weird, let me think

cobalt onyx
#

I'll try reinstalling...

valid junco
#

it's the latest

#

do you happen to have a Go toolchain or not?

cobalt onyx
#

No, I don't...

valid junco
#

no worries, just checking

cobalt onyx
#

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?

valid junco
#

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

cobalt onyx
valid junco
#

Ah yeah, this is because you currently need to have Docker installed

cobalt onyx
#

Oh... I have podman, is that okay, too?

valid junco
#

good question, clearly it didnt pick up podman

#

@lusty orbit do you know anything about how to get dagger to launch with podman ?

lusty orbit
valid junco
#

@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

lusty orbit
#

And

Podman machine configured for rootful container execution.

valid junco
#

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

cobalt onyx
#

Ok, that did it. the mcp server is now running! Thanks a lot!

valid junco
#

Thank you Yves!

lusty orbit
#

NP 🙂

minor stirrup
#

cc @pine glacier

pine glacier
#

just blocked on reviews, everything is ready to go for it

minor stirrup
pine glacier
#

yup 🎉

#

you can just do hack/dev

cobalt onyx
#

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?

minor stirrup
minor stirrup
cobalt onyx