fixed name of socket in documentation (#1700)

The name of the destination mount point for the socket container does not match with the documentation
This commit is contained in:
Tite 2022-12-05 10:33:06 -05:00 коммит произвёл GitHub
Родитель 06cadcf062
Коммит cba9beac78
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ If you get a number other than `0`, you can simply add your non-root user to rig
```json
"runArgs": ["--init"],
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ]
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ]
"remoteUser": "vscode",
"overrideCommand": false
```