From 6469b210cc7e7c732a493be93ede1249ca48fece Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Fri, 4 Sep 2020 07:36:23 +0900 Subject: [PATCH] use .tgz instead of .tar.gz --- engine/security/rootless.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/security/rootless.md b/engine/security/rootless.md index 02f5b5bdb8..f255a067f2 100644 --- a/engine/security/rootless.md +++ b/engine/security/rootless.md @@ -165,11 +165,11 @@ export DOCKER_HOST=unix:///run/user/1001/docker.sock ### Manual installation To install the binaries manually without using the installer, extract -`docker-rootless-extras-.tar.gz` along with `docker-.tar.gz` +`docker-rootless-extras-.tgz` along with `docker-.tgz` from [https://download.docker.com/linux/static/stable/x86\_64/](https://download.docker.com/linux/static/stable/x86_64/){: target="_blank" class="_" } If you already have the Docker daemon running as the root, you only need to -extract `docker-rootless-extras-.tar.gz`. The archive can be extracted +extract `docker-rootless-extras-.tgz`. The archive can be extracted under an arbitrary directory listed in the `$PATH`. For example, `/usr/local/bin`, or `$HOME/bin`.