Skip to main content
The containers panel lists what is running, opens a container’s logs and shell in tabs, and gives you compose up/down/restart per project. It is not a stub — it is the whole panel.

Turning the integration on

The integration ships OFF by default. It lives in Settings → Code → Docker integration.
With the toggle on, a Docker icon appears in the header with a status dot: green when a container is running, red when Docker isn’t responding. Clicking it opens the panel. Off, there is no icon and no panel.

Requirements

TYBA looks for the docker binary in this order:
With no binary, or with the daemon stopped, the panel doesn’t make anything up: it says “Docker is not responding”. On macOS it also offers an “Open Docker Desktop” shortcut — on other platforms, bringing Docker up is on you.

The list

Containers come grouped by compose project, and whatever belongs to no project falls under “loose”.
  • Running first, then by name.
  • Stopped ones appear too — but they stay collapsed behind an “N stopped — show”.
  • Each group shows the count of what’s up.

Logs and shell

Each becomes a tab. Logs follows the output (-f) starting from the last 200 lines. Shell tries the good shell and falls back to whatever exists:
In other words: bash if the container has it, sh if it doesn’t. An Alpine container isn’t left without a shell.

Remove

Removal is a red action: it asks for confirmation in two clicks. The first click arms the button, the second executes. There is no dialog, but there is also no way to remove something by accident with a single click.

Compose

When the group is a compose project and its folder exists on this machine, the header gains the project’s actions:

When the path isn’t from this machine

A container reports the path of the environment it came up in, which isn’t always yours. When TYBA looks at the path and it isn’t here — or it is, but with no read permission — it says so and shows the path, instead of offering a button that would open nothing. That is why the compose actions only appear for a project whose folder TYBA can actually see.
On a remote target this check is skipped on purpose: the remote host’s path doesn’t exist on this machine, and flagging it would just be a broken link. That’s why the compose actions don’t work remotely — see Remote Docker.

See also

Remote Docker

The same panel pointed at an SSH host.

Hosts and groups

The registry that makes the remote target exist.