Question
按照文档执行
cubemastercli tpl create-from-image \ --image cube-sandbox-cn.tencentcloudcr.com/cube-sandbox/sandbox-code:latest \ --writable-layer-size 1G \ --expose-port 49999 \ --expose-port 49983 \ --probe 49999
然后监控创建状态。报错如下:
2026/05/14 21:06:35 [1/7] PULLING progress=100% template_id=tpl-10822ef72e4142b6841a8da4 job_id=2ccb09ad-e615-4a04-93d5-aac2abd18779 error=docker pull cube-sandbox-int.tencentcloudcr.com/cube-sandbox/sandbox-code:latest failed: exit status 1: latest: Pulling from cube-sandbox/sandbox-code
也尝试用docker pull 这个镜像 也是同样不行。不过在本地环境可以docker pull下这个镜像

Question
按照文档执行
cubemastercli tpl create-from-image \ --image cube-sandbox-cn.tencentcloudcr.com/cube-sandbox/sandbox-code:latest \ --writable-layer-size 1G \ --expose-port 49999 \ --expose-port 49983 \ --probe 49999然后监控创建状态。报错如下:
2026/05/14 21:06:35 [1/7] PULLING progress=100% template_id=tpl-10822ef72e4142b6841a8da4 job_id=2ccb09ad-e615-4a04-93d5-aac2abd18779 error=docker pull cube-sandbox-int.tencentcloudcr.com/cube-sandbox/sandbox-code:latest failed: exit status 1: latest: Pulling from cube-sandbox/sandbox-code也尝试用docker pull 这个镜像 也是同样不行。不过在本地环境可以docker pull下这个镜像