30 lines
466 B
Markdown
30 lines
466 B
Markdown
---
|
|
assigned: ''
|
|
created: 2024-07-26T23:21:44.132Z
|
|
progress: 0
|
|
tags:
|
|
- Hosts
|
|
type: note
|
|
updated: 2024-08-05T21:04:41.300Z
|
|
---
|
|
|
|
# Cockpit
|
|
|
|
- [cockpit](https://cockpit-project.org/)
|
|
- [podman](https://192.168.11.2:9090/podman#/?container=all)
|
|
|
|
```bash Fri Jul 26 2024 15:45:00 GMT-0700 (Mountain Standard Time)
|
|
apt-cache rdepends cockpit
|
|
apt install cockpit -y
|
|
passwd phares
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apt-get install cockpit cockpit-podman -y
|
|
systemctl enable --now cockpit.socket
|
|
```
|