# shellcheck shell=dash

# must show hostname ==> CONTIANER[$HOST]

___x_cmd_theme_comp_container(){
    [ -f "/.dockerenv" ]
    # just using hostname
    # may be using ip to indicate
}

alias theme:comp:container=___x_cmd_theme_comp_container
