Skip to content

1.41.0

Choose a tag to compare

@marein marein released this 06 Aug 05:16
· 81 commits to master since this release
  • Add docker integration by @marein in 6e7138b.
    • 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.