Creates a new private image container and returns a URL as the upload_to object in the response. Use this URL to upload your own disk image to the container.
👍 There's a tutorial
This operation has specific requirements for use. Check out its workflow for details.
<>
CLI.
# Runtheoperationtojustgettheupload_toURL linode-cliimagesupload \ --description"Optional details about the Image" \ --label"Example Image" \ --regionus-east
# Uploadtheimagefileinasinglestep linode-cliimage-upload \ --description"Optional details about the Image" \ --label"Example Image" \ --regionus-east \ /path/to/image-file.img.gz
Upload an image
Creates a new private image container and returns a URL as the
upload_toobject in the response. Use this URL to upload your own disk image to the container.<
>
Learn more...
Learn more...