skypilot icon indicating copy to clipboard operation
skypilot copied to clipboard

[Core] Support image id when using docker as runtime environment

Open cblmemo opened this issue 1 year ago • 1 comments

One user mentioned that pulling the docker container is slow, and one way to alleviate this is supporting image_id when docker as runtime env is used: we could use an image with a local docker cache. Currently we use image_id: docker:xxx to specify using docker as runtime env. Could consider:

resources:
  image_id:
    docker: <docker-image>
    <region>: <vm-image>

cblmemo avatar Mar 20 '24 15:03 cblmemo

Related to #2218

Michaelvll avatar Mar 20 '24 16:03 Michaelvll