developers only debugging access
Hello User,
how can i get more info about docker?
ssh -i ~/.ssh/id_rsa [email protected] -p 22222
Welcome to Home Assistant OS.
Use `ha` to access the Home Assistant CLI.
# ha --help
The Home Assistant CLI is a small and simple command line utility that allows
you to control and configure different aspects of Home Assistant
Usage:
ha [command]
Available Commands:
addons Install, update, remove and configure Home Assistant add-ons
audio Audio device handling.
authentication Authentication for Home Assistant users.
available-updates Provides information about current pending updates
backups Create, restore and remove backups
banner Prints the CLI Home Assistant banner along with some useful information
cli Get information, update or configure the Home Assistant cli backend
completion Generate the autocompletion script for the specified shell
core Provides control of the Home Assistant Core
dns Get information, update or configure the Home Assistant DNS server
docker Docker backend specific for info and OCI configuration
hardware Provides hardware information about your system
help Help about any command
host Control the host/system that Home Assistant is running on
info Provides a general Home Assistant information overview
jobs Get information and manage running jobs
multicast Get information, update or configure the Home Assistant Multicast
network Network specific for updating, info and configuration imports
observer Get information, update or configure the Home Assistant observer
os Operating System specific for updating, info and configuration imports
refresh-updates Reload stores and version information
resolution Resolution center of Supervisor, show issues and suggest solutions
security Get information and manage security functionality
store Install and update Home Asistant add-ons and manage stores
supervisor Monitor, control and configure the Home Assistant Supervisor
Flags:
--api-token string Home Assistant Supervisor API token
--config string Optional config file (default is $HOME/.homeassistant.yaml)
--endpoint string Endpoint for Home Assistant Supervisor (default is 'supervisor')
-h, --help help for ha
--log-level string Log level (defaults to Warn)
--no-progress Disable the progress spinner
--raw-json Output raw JSON from the API
Use "ha [command] --help" for more information about a command.
# ha docker info
logging: journald
registries: {}
storage: overlay2
version: 20.10.22
#
I’m want to more about the docker system.
ha docker -h
The docker command provides command-line tools to control the host docker that
Home Assistant is running on. It allows you to do things like use private OCI registries.
Usage:
ha docker [command]
Aliases:
docker, do
Examples:
ha docker info
ha docker registries
Available Commands:
info Shows information about the host docker backend
registries Manage private OCI docker registry
Flags:
-h, --help help for docker
Global Flags:
--api-token string Home Assistant Supervisor API token
--config string Optional config file (default is $HOME/.homeassistant.yaml)
--endpoint string Endpoint for Home Assistant Supervisor (default is 'supervisor')
--log-level string Log level (defaults to Warn)
--no-progress Disable the progress spinner
--raw-json Output raw JSON from the API
Use "ha docker [command] --help" for more information about a command.
#
Kernel
# uname -r
5.15.90
#
Thanks
henrya