-
Notifications
You must be signed in to change notification settings - Fork 15
info
Dilshat edited this page Aug 20, 2018
·
4 revisions
subutai info <options> <hostname>
- get information about host system
Options:
ipaddr Shows host external IP address
system System common information
qu Container's quota usage
du Container's disk usage
ports Used ports
os Operational System name
id GPG fingerprint of rh/container
Example:
subutai info system returns system info of rh
subutai info id [container-name] returns id of rh, of container if container name specified
subutai info du {container-name} returns disk usage of container in bytes
subutai info qu {container-name} returns resource usage of container in %
Description:
The info command's purposed is to display common system information, such as external IP address to access the container host, quotas, its CPU model, RAM size, etc. It's mainly used for internal needs.