Available snapshots
| Name | Tag | Description | Memory limit (RAM) |
|---|---|---|---|
alpine | 3.23.0 | Minimal Alpine Linux snapshot | 256 MB |
vsnap-base | 1.0.0 | Alpine-based snapshot with Python pre-installed | 256 MB |
vsnap-data | 1.0.0 | Alpine-based snapshot with numpy, pandas, and scipy pre‑installed | 512 MB |
Snapshot API
| Method | Description | Return type |
|---|---|---|
snapshots.catalog() | Fetch available snapshots | list[dict] |
snapshots.pull(name) | Pull a snapshot | str |