You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every project shows its compose containers as chips, green running, gray stopped, red on a failing healthcheck, following the daemon live, also from the command line.
Bring your own commands: under Settings › Docker each entry has an icon, a label, the command line, a timeout and whether it asks first, so ./deploy.sh can replace a plain compose up.
Addresses come from container labels too: a rule names the label and a regular expression captures the host, path and port, the rule that ships covers traefik.
A click on a chip opens a shell in the container, its menu carries the ports, an Open entry per address, logs, start, stop and restart.
Ctrl+Shift+D, the docker icon in the statusbar or Docker in the dot menu opens the docker view in the editor.
Compose runs stay in the background and survive a cockpit restart, a notification opens the full output with the exit code, and deleting a project brings its stacks down with their volumes first.