Home
last modified time | relevance | path

Searched refs:root_image_id (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/tools/
Dlaunch_cvd_arm64_server_docker.sh169 root_image_id=$(ssh $server -t "docker commit $root_container_id cvd_root_image:$root_container_id")
170 root_image_id=${root_image_id//$'\r'} # to remove trailing ^M
171 echo -e "${color_cyan}Root image $root_image_id${color_plain}"
186 …(docker run --rm --privileged \$web_port_forward -p 2443 \$adb_port_forward -d $root_image_id) && \