Skip to content

Commit 2f83186

Browse files
committed
cleanup
1 parent 962d376 commit 2f83186

4 files changed

Lines changed: 772 additions & 88 deletions

File tree

docs/reference/sandbox-compute-drivers.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ For GPU-backed Docker sandboxes, configure Docker CDI before starting the gatewa
7676

7777
Docker driver config accepts user-supplied `volume` and `tmpfs` mounts. It also
7878
accepts `bind` mounts when `[openshell.drivers.docker]` sets
79-
`enable_bind_mounts = true` in `gateway.toml`. Image mounts are not accepted in
80-
Docker sandbox driver config.
81-
Docker's [storage documentation](https://docs.docker.com/engine/storage/)
82-
documents container storage mounts as volumes, bind mounts, tmpfs mounts, and
83-
named pipes.
79+
`enable_bind_mounts = true` in `gateway.toml`. See Docker's [storage documentation](https://docs.docker.com/engine/storage/) for more information.
8480

8581
Use a `volume` mount for existing Docker named volumes:
8682

0 commit comments

Comments
 (0)