> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gpuhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Save Image

> Support saving the [system disk](/container-instance/overview#about-system-disk) (i.e., system environment) of container instances as an image for use by other instances, avoiding the need to reconfigure the system environment repeatedly.

## Save Image

<img src="https://mintcdn.com/gpuhub/r1V0ko0l9sh4RwWM/images/save-image.png?fit=max&auto=format&n=r1V0ko0l9sh4RwWM&q=85&s=b0e3819d09b057d4061fd7e42f82ba9b" alt="" width="1477" height="677" data-path="images/save-image.png" />

For more information, please refer to the [image usage documentation](/environment/image).

## Custom Image

<Warning>
  Regarding custom images, GPUHub does not currently support directly pulling and deploying custom Docker images from third-party registries.
</Warning>

The recommended workflow is:

1. Create an instance using one of the provided base images and configure your environment within GPUHub.
2. Save the configured environment as a custom image under your account for future reuse.
3. Once the image is successfully saved, you will receive an Image ID. This Image ID can be shared with and authorized for use by other GPUHub accounts.
4. The Image ID can also be used when creating Elastic Deployments, allowing you to launch instances with your preconfigured environment automatically.

This approach ensures consistent environments across instances and deployments while avoiding the need to repeatedly configure dependencies and software.
