Note minikube does not like to run as root

This commit is contained in:
Chuck Lantz 2021-06-05 20:21:05 +00:00 коммит произвёл GitHub
Родитель f6ded04d27
Коммит 862df66ff2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -26,6 +26,6 @@
// Use 'postStartCommand' to run commands after the container is created like starting minikube.
// "postStartCommand": "nohup bash -c 'minikube start &' > minikube.log 2>&1",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
// Minikube does not like running as root, so use a non-root user.
"remoteUser": "vscode"
}