Cockpit releases every week. This week it was 0.77
Note: This post has been updated for changes in Cockpit 0.90 and later.
Cockpit is a user interface for servers. In earlier tutorials there’s a guide on how to add components to Cockpit.
Not all of the system APIs use DBus. So sometimes we find ourselves in a …
Here’s a video showing what I’ve been working on together with some help from a couple Cockpit folks. It’s a Cockpit dashboard for Kubernetes.
If you haven’t heard about Kubernetes … it’s a way to schedule docker containers across a cluster of machines, and take care …
Cockpit is an interactive server admin interface. For those helping contribute to Cockpit, these ideals help us remember what we’re trying to accomplish. For others, this page should answer the question: “Why Cockpit?”
These ideals are not a commentary about what is “right” and “wrong” in software in general …
Note: This post has been updated for changes in Cockpit 0.48 and later.
A Linux system today has a lot of local system configuration APIs. I’m not talking about library APIs here, but things like DBus services, command/scripts to be executed, or files placed in various locations …
If you’ve tried out the RHEL Atomic Host Beta you might notice that Cockpit is not included by default, like it is in the Fedora Atomic or CentOS Atomic. But there’s an easy work around:
$ sudo docker run --privileged -v /:/host -d stefwalter/cockpit-atomic:wip
This is an …
Note: This post has been updated for changes in Cockpit 0.90 and later.
Cockpit is a user interface for servers. And you can add stuff to that user interface. Cockpit is internally built of various components. Each component is HTML, with Javascript logic that makes it work, and CSS …
Note: This post has been updated for changes in Cockpit 0.90 and later.
Cockpit is a user interface for servers. As we covered in the last tutorial you can add user interface component to Cockpit, and build your own parts of the Server UI.
Much of Cockpit interacts with …
Andreas and Marius have been working on implementing a new multi-server dash board for Cockpit. It’s really looking great.
The goal here is that the dash board should work with either one server or several, and give you an overview of what’s going on. Problems that require attention …
Cockpit 0.12 now has support for pulling Docker images from the Docker registry.
Unfortunately Docker doesn’t have support for cancelling the pull of an image. So that sort of hampers the UI a bit. At least for now.