rootless.md: Fix typo in path

This commit is contained in:
pcworld 2020-03-06 18:47:46 +01:00 committed by GitHub
parent fdd7d5bfb0
commit e1f41c15ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ $ curl -fsSL https://get.docker.com/rootless | sh
# WARN: dockerd is not in your current PATH or pointing to /home/testuser/bin/dockerd
# Make sure the following environment variables are set (or add them to ~/.bashrc):
export PATH=/home/testuser:/bin:$PATH
export PATH=/home/testuser/bin:$PATH
export PATH=$PATH:/sbin
export DOCKER_HOST=unix:///run/user/1001/docker.sock