Updating README with guidance to use rootless Docker for linux users (#2817)

* Updating README with guidance to use rootless Docker for linux users as a more secure configuration

Co-authored-by: Uche Nkadi <uchen@microsoft.com>
This commit is contained in:
aro5000 2021-03-31 07:20:36 -06:00 коммит произвёл GitHub
Родитель 18fe05af4e
Коммит 618f0f5593
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -12,7 +12,7 @@ The Docker extension makes it easy to build, manage, and deploy containerized ap
[Install Docker](https://docs.docker.com/install/) on your machine and add it to the system path.
On Linux, you should also [enable Docker CLI for the non-root user account](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) that will be used to run VS Code.
On Linux, you should [enable rootless Docker](https://docs.docker.com/engine/security/rootless/) (more secure) or [enable Docker CLI for the non-root user account](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) (less secure) that will be used to run VS Code.
To install the extension, open the Extensions view, search for `docker` to filter results and select Docker extension authored by Microsoft.