Searched refs:root_image_id (Results 1 – 1 of 1) sorted by relevance
169 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 ^M171 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) && \