² distrobox-create, distrobox-enter, ... #
distrobox-ephemeral --help
³ Rename a distrobox #
distrobox-create --name $_NewImageName --image $_CurrentImageName
distrobox-rm $_CurrentImageName
³ Get name of distrobox #
distrobox-enter $_AnyImageName
³ Inside DB #
distrobox-host-exec # run a shell in a container
distrobox-host-exec <container-name> <command>
distrobox-host-exec <container-name> bash
cat /etc/os-release
#=> CPE ...
³ Info: #
CPE = Common Platform Enumeration
A standard naming format used by:
. security scanners
. vulnerability databases (like NVD)
. enterprise inventories
Example of a CPE string:
cpe:2.3:o:opensuse:tumbleweed:20240222
It describes:
. type (o = operating system, a = application)
. vendor
. product
. version
. etc.
last updated:
