Merge pull request #3317 from Azure/dofinn-patch-1

Update prepare-your-dev-environment.md
This commit is contained in:
Dominic Finn 2023-12-07 19:55:14 +11:00 коммит произвёл GitHub
Родитель 91fd9d00ac 924cf83465
Коммит ae4a30437f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -45,6 +45,15 @@ This document goes through the development dependencies one requires in order to
sudo touch /etc/containers/nodocker
```
If using a MAC, the following steps may be applicable where you symlink docker to podman location.
```sh
ls -la $(whereis -q docker)
lrwxr-xr-x@ 1 domfinn staff 24 7 Dec 14:10 /Users/domfinn/.local/bin/docker -> /opt/homebrew/bin/podman
az acr login -n domfinnaro
Login Succeeded!
```
1. Install [golangci-lint](https://golangci-lint.run/) and [yamllint](https://yamllint.readthedocs.io/en/stable/quickstart.html#installing-yamllint) (optional but your code is required to comply to pass the CI)
### Fedora / RHEL Packages