1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Update README.md

This commit is contained in:
Amir Raminfar
2019-07-25 12:26:11 -07:00
committed by GitHub
parent 72d20457b1
commit 3cc17c0802

View File

@@ -22,7 +22,7 @@ Dozzle is a very small Docker container (4 MB compressed). Pull the latest relea
## Using dozzle
The simplest way to use dozzle is to run the docker container. Also, mount the Docker Unix socket with `-volume` to `/var/run/docker.sock`:
The simplest way to use dozzle is to run the docker container. Also, mount the Docker Unix socket with `--volume` to `/var/run/docker.sock`:
$ docker run --name dozzle -d --volume=/var/run/docker.sock:/var/run/docker.sock -p 8888:8080 amir20/dozzle:latest