--install                     Install into this system
  --install-path                Specify the installation path
  --uninstall                   Uninstall the installed ascend-docker-runtime tool
  --upgrade                     Upgrade the installed ascend-docker-runtime tool
  --install-type=<type>         Only A500, A500A2, A200ISoC, A200IA2 and A200 need to specify
                                the installation type of ascend-docker-runtime
                                (eg: --install-type=A200IA2, when your product is A200I A2 or A200I DK A2)
  --ce=<ce>                     Only iSula need to specify the container engine(eg: --ce=isula)
                                MUST use with --install or --uninstall
                                Do not use with --install-scene
                                [Deprecated] This parameter will be removed in future versions.
                                Please use --install-scene=isula instead
  --version                     Query ascend-docker-runtime version
  --install-scene=<scene>       Installation scenario, only docker, containerd or isula
                                (eg: --install-scene=docker, default: docker)
  --config-file-path            Specifies the path of the Docker or containerd configuration file
                                (eg: --config-file-path=/etc/containerd/config.toml).
                                If this parameter is not specified, the default configuration file path
                                of docker or containerd is used. For docker, the path is /etc/docker/daemon.json.
                                For containerd, the path is /etc/containerd/config.toml.