diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index aae37010508b0f0e1ea4258a752f39f89bdd03d9..5df1fdd84c79d62dd7fe3a2a6504a52c0fc11c43 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -183,7 +183,7 @@ In order to do that, follow the steps:
         image = "docker:latest"
         privileged = false
         disable_cache = false
-        volumes = ["/usr/local/bin/docker:/usr/bin/docker", "/cache"]
+        volumes = ["/var/run/docker.sock", "/cache"]
       [runners.cache]
         Insecure = false
     ```