From 7dc82f233f4fdee94829ca0eb67e6683d383dc57 Mon Sep 17 00:00:00 2001 From: am-ak <114914687+am-ak@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:32:57 +0100 Subject: [PATCH] [DOCS] Update docker.mdx (#19657) Removed info regarding development of Nomad --- website/content/docs/drivers/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/drivers/docker.mdx b/website/content/docs/drivers/docker.mdx index 25b25eb04..0c956f29b 100644 --- a/website/content/docs/drivers/docker.mdx +++ b/website/content/docs/drivers/docker.mdx @@ -794,7 +794,7 @@ The `docker` driver implements the following [capabilities](/nomad/docs/concepts ## Client Requirements Nomad requires Docker to be installed and running on the host alongside the -Nomad agent. Nomad was developed against Docker `1.8.2` and `1.9`. +Nomad agent. By default Nomad communicates with the Docker daemon using the daemon's Unix socket. Nomad will need to be able to read/write to this socket. If you do not