Small fix

This commit is contained in:
Alamoris
2019-03-29 17:23:22 +03:00
committed by GitHub
parent 995a1395de
commit 0342e7da39

View File

@@ -118,7 +118,7 @@ docker run \
```
touch /tmp/.docker.xauth
xauth nlist $DISPLAY | sed -e 's/^..../ffff/' | xauth -f /tmp/.docker/xauth nmerge -
xauth nlist $DISPLAY | sed -e 's/^..../ffff/' | xauth -f /tmp/.docker.xauth nmerge -
docker run \
-it \