https://github.com/vanheemstrasystems/cockpit-headstart
Cockpit - Headstart
https://github.com/vanheemstrasystems/cockpit-headstart
cockpit docker gui linux
Last synced: 7 months ago
JSON representation
Cockpit - Headstart
- Host: GitHub
- URL: https://github.com/vanheemstrasystems/cockpit-headstart
- Owner: vanHeemstraSystems
- Created: 2021-07-02T08:27:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T13:51:36.000Z (over 4 years ago)
- Last Synced: 2025-01-30T13:12:34.160Z (9 months ago)
- Topics: cockpit, docker, gui, linux
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cockpit-headstart
# Cockpit - HeadstartBased on "Make Container Management Easy With Cockpit" at https://www.linux.com/topic/desktop/make-container-management-easy-cockpit/
Based on "Introducing Cockpit" at https://cockpit-project.org/
## 100 - Introduction
Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are:
- new to Linux:
(including Windows admins)- familiar with Linux:
and want an easy, graphical way to administer servers- expert admins:
who mainly use other tools but want an overview on individual systemsThanks to Cockpit intentionally using system APIs and commands, a whole team of admins can manage a system in the way they prefer, including the command line and utilities right alongside Cockpit.
## 200 - Installing and Enabling Cockpit
See [README.md](./200/README.md)
## 300 - Getting Started
After installing and enabling Cockpit, visit port ```9090``` on your server (for example: https://localhost:9090/ in a browser on the same machine as Cockpit).
Use your system user account and password to log in. See [the guide](https://cockpit-project.org/guide/latest/guide) for more info.
## 400 - Add Container Support to Cockpit
Based on "How to add container support to red hat cockpit" at https://thenewstack.io/how-to-add-container-support-to-red-hat-cockpit/
See [README.md](./400/README.md)
## 500 - Cockpit Starter Kit
Based on "Starter Kit - the turn-key template for your own pages" at https://cockpit-project.org/blog/cockpit-starter-kit.html
See [README.md](./500/README.md)