File tree Expand file tree Collapse file tree
content/manuals/ai/sandboxes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,9 +223,3 @@ Sandboxes trade higher resource overhead (VM + daemon) for complete isolation.
223223Use containers when you need lightweight packaging without Docker access. Use
224224sandboxes when you need to give something autonomous full Docker capabilities
225225without trusting it with your host environment.
226-
227- ## Next steps
228-
229- - [ Network policies] ( network-policies.md )
230- - [ Custom templates] ( templates.md )
231- - [ Using sandboxes effectively] ( workflows.md )
Original file line number Diff line number Diff line change @@ -385,9 +385,3 @@ You can modify the default policy:
385385Review and customize the default policy to match your security requirements
386386before creating new sandboxes. Once created, the default policy file won't be
387387modified by upgrades, preserving your custom configuration.
388-
389- ## Next steps
390-
391- - [ Architecture] ( architecture.md )
392- - [ Using sandboxes effectively] ( workflows.md )
393- - [ Custom templates] ( templates.md )
Original file line number Diff line number Diff line change @@ -218,9 +218,3 @@ $ docker sandbox run -t myorg/sandbox-templates:python-v1.0 claude [PATH]
218218
219219Use version tags like ` :v1.0 ` instead of ` :latest ` for consistency across your
220220team.
221-
222- ## Next steps
223-
224- - [ Using sandboxes effectively] ( workflows.md )
225- - [ Architecture] ( architecture.md )
226- - [ Network policies] ( network-policies.md )
Original file line number Diff line number Diff line change @@ -284,9 +284,3 @@ List all sandboxes:
284284``` console
285285$ docker sandbox ls
286286```
287-
288- ## Next steps
289-
290- - [ Custom templates] ( templates.md )
291- - [ Architecture] ( architecture.md )
292- - [ Network policies] ( network-policies.md )
You can’t perform that action at this time.
0 commit comments