Replies (4)

hodlbod's avatar hodlbod
``` docker sandbox save opencode-flotilla my-opencode:v1.0.1 Snapshotting image in sandbox ... Reading image from sandbox ... Save complete. To use the image: docker sandbox create --load-local-template -t my-opencode:v1.0.1 [...] ``` ``` docker sandbox create --load-local-template -t my-opencode:v1.0.1 unknown flag: --load-local-template Usage: docker sandbox create [OPTIONS] AGENT WORKSPACE Run 'docker sandbox create --help' for more information ``` great, thank you docker View quoted note →
View quoted note →
It is like a vps but it's on- demand (no ssh setup necessary since all that is abstracted away in d cli tool). You have the ability to spin up and shutdown/pause the sandbox. Its just another option among the ever growing list of running agents in a sandbox.