An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

cockpit-headstart
# Cockpit - Headstart

Based 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 systems

Thanks 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)