From 5a1306bbc8c68a3d51cbb02217a2219a918d27d9 Mon Sep 17 00:00:00 2001 From: Sacha Oltmans Date: Wed, 30 Aug 2017 00:45:39 +0200 Subject: [PATCH] Fixed wrong link to linux-postinstall.md (#4423) Link after install previously gave 404 --- engine/installation/linux/docker-ee/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/docker-ee/ubuntu.md b/engine/installation/linux/docker-ee/ubuntu.md index 072f16f807..530b2025e0 100644 --- a/engine/installation/linux/docker-ee/ubuntu.md +++ b/engine/installation/linux/docker-ee/ubuntu.md @@ -262,7 +262,7 @@ a new file each time you want to upgrade Docker EE. container runs, it prints an informational message and exits. Docker EE is installed and running. You need to use `sudo` to run Docker -commands. Continue to [Post-installation steps for Linux](linux-postinstall.md) +commands. Continue to [Post-installation steps for Linux](/engine/installation/linux/linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps.