From 3cc17c08024e0d367ea6576a9e03787bfd272173 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 25 Jul 2019 12:26:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90da64db..302063d5 100644 --- a/README.md +++ b/README.md @@ -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