apps/cli/docs/daytona_snapshot_push.md
Push local snapshot
Push a local Docker image to Daytona. To securely build it on our infrastructure, use 'daytona snapshot build'
daytona snapshot push [SNAPSHOT] [flags]
--cpu int32 CPU cores that will be allocated to the underlying sandboxes (default: 1)
--disk int32 Disk space that will be allocated to the underlying sandboxes in GB (default: 3)
-e, --entrypoint string The entrypoint command for the image
--memory int32 Memory that will be allocated to the underlying sandboxes in GB (default: 1)
-n, --name string Specify the Snapshot name
--region string ID of the region where the snapshot will be available (defaults to organization default region)
--help help for daytona