From 9c245acd3587ee0c66ecd7f87c8bbc4b7bb36612 Mon Sep 17 00:00:00 2001 From: Cong Date: Thu, 13 Jul 2017 02:04:30 +0700 Subject: [PATCH] correct path to "Linux postinstall" (#3850) [Linux postinstall](../linux-postinstall.md) is in the parent folder. --- engine/installation/linux/docker-ce/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/docker-ce/ubuntu.md b/engine/installation/linux/docker-ce/ubuntu.md index be356dcb61..e44139e9d4 100644 --- a/engine/installation/linux/docker-ce/ubuntu.md +++ b/engine/installation/linux/docker-ce/ubuntu.md @@ -232,7 +232,7 @@ the repository. container runs, it prints an informational message and exits. Docker CE is installed and running. You need to use `sudo` to run Docker commands. -Continue to [Linux postinstall](linux-postinstall.md) to allow +Continue to [Linux postinstall](../linux-postinstall.md) to allow non-privileged users to run Docker commands and for other optional configuration steps.