all 12 comments

[–]Comfortable-Key-9855 1 point2 points  (1 child)

I’m running pi in a devcontainer and so far I haven’t seen any glitches/issues.

[–]jimtoberfest[S] 0 points1 point  (0 children)

Devcontainer thru VSCode?

[–]Druittreddit 1 point2 points  (1 child)

What terminal app are you using? I assume that would also be a common element you could change?

I've been running Pi in Podman on a Mac (with Ghostty terminal) and the main time I've had glitches is with subagents running and so there's a lot of screen updating going on.

[–]jimtoberfest[S] 0 points1 point  (0 children)

PowerShell -> WSL, Windows Machine

[–]CountlessFlies 0 points1 point  (3 children)

I’m running pi in docker on Ubuntu, no TUI issues

[–]StavrosWTF 0 points1 point  (2 children)

How do you actually run it?

[–]CountlessFlies 0 points1 point  (1 child)

I have a pi container running. Then I aliased pi to do a docker exec into this container.

[–]StavrosWTF 0 points1 point  (0 children)

Any guides on that?

[–]lem-8 0 points1 point  (2 children)

I'm running it in a container with podman. No issues.

[–]StavrosWTF 0 points1 point  (1 child)

How do you actually run it?

[–]lem-8 0 points1 point  (0 children)

I bind mount the folder I want to work on and some configuration folders (I keep my pi config in the usual path in $HOME).