doc: update package docs
This commit is contained in:
parent
7e03c148e4
commit
30481efde2
2 changed files with 7 additions and 3 deletions
|
|
@ -16,6 +16,9 @@
|
||||||
distrobox # Lightweight utility for running Linux distributions in containers.
|
distrobox # Lightweight utility for running Linux distributions in containers.
|
||||||
dive # A tool for exploring a Docker image, allowing inspection of layer contents.
|
dive # A tool for exploring a Docker image, allowing inspection of layer contents.
|
||||||
grype # A vulnerability scanner for container images and filesystems.
|
grype # A vulnerability scanner for container images and filesystems.
|
||||||
|
hadolint # Dockerfile linter to analyze and enforce best practices in containerization.
|
||||||
podman-compose # Podman plugin for managing multi-container applications.
|
podman-compose # Podman plugin for managing multi-container applications.
|
||||||
|
podman-tui # Text-based user interface (TUI) for Podman, facilitating container management.
|
||||||
|
syft # Open-source tool for scanning and analyzing container images for software composition and vulnerabilities.
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ansible
|
ansible # Open-source automation platform for configuration management, application deployment, and task automation.
|
||||||
ansible-later
|
ansible-doctor # Ansible utility for diagnosing and troubleshooting common issues.
|
||||||
ansible-doctor
|
ansible-later # Ansible plugin for scheduling tasks to run later.
|
||||||
|
molecule # Testing framework for testing Ansible roles and playbooks in various environments.
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue