Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Jan 5, 2025
1 parent 6e6afdb commit ead74da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pages/docs/configuration/socket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ If you need to specify a custom Docker socket (e.g. because you're using Podman)
// Other options
}
```

You can also specify a TCP socket if you're using a remote Docker host or a [proxy](https://github.com/Tecnativa/docker-socket-proxy):

```json
{
"socket": "tcp://localhost:2375"
// Other options
}
```

0 comments on commit ead74da

Please sign in to comment.