2026-03-03 18:42:37 CET

hodlbod on Nostr: ``` docker sandbox save opencode-flotilla my-opencode:v1.0.1 Snapshotting image in ...

```
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

docker sandbox is clearly vibecoded. Half the flags don't work, and half the commands advertise flags that don't exist.