mirror of https://github.com/docker/docs.git
rootless.md: Fix typo in path
This commit is contained in:
parent
fdd7d5bfb0
commit
e1f41c15ed
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue