# shellcheck shell=dash

___x_cmd_webtop_container_id(){
    ___x_cmd_docker_id --prefix x-webtop- "$@"
    # ___x_cmd docker ps --prefix "x-webtop-" -a --csv | ___x_cmd_docker_id___grep "$1"
}

___x_cmd_webtop_container_id_(){
    [ $# -gt 0 ] || N=webtop M="Container id not specified" log:ret:1
    x_="$(___x_cmd_webtop_container_id "$@")"
}
