Skip to content

Commit

Permalink
docs: change to tip
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jun 9, 2024
1 parent 8527c46 commit a7309d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/remote-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you are in a private network then you can use [Docker Socket Proxy](https://g
docker container run --privileged -e CONTAINERS=1 -e INFO=1 -v /var/run/docker.sock:/var/run/docker.sock -p 2375:2375 tecnativa/docker-socket-proxy
```

> [!INFO]
> [!TIP]
> Using `CONTAINERS=1` is required to list running containers. `EVENTS` is also needed but it is enabled by default. `INFO=1` is optional but it will provide more information on host meta data.

Running Dozzle without any certs should work. Here is an example:
Expand Down

0 comments on commit a7309d1

Please sign in to comment.