From 3c1b88ced8537bffd2bdfecd0653739d9d58c639 Mon Sep 17 00:00:00 2001 From: Marah Gamdou <45005136+MarahGamdou@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:52:48 +0100 Subject: [PATCH] Add set up details to development guidelines (#142) * Add set up details to the development guidelines --- docs/development-guidelines.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/development-guidelines.md b/docs/development-guidelines.md index 0b93a8ec..fe1c19cb 100644 --- a/docs/development-guidelines.md +++ b/docs/development-guidelines.md @@ -6,7 +6,11 @@ You need to have: - [rootless Docker](https://docs.docker.com/engine/security/rootless/) - Note that if Docker is running as root on you local machine, you may run into some permission issues. + - Note that if you use Rootless mode, you might want to check that your Docker daemon is running properly, e.g., with `$ systemctl status docker`. If + your Docker daemon is inactive, you can start it manually, e.g., with `$ sudo systemctl start docker`. - [Go](https://go.dev/) + - Note that you might want to check that you have [golangci-lint](https://github.com/golangci/golangci-lint) installed, e.g., with `$ golangci-lint -- + version`. See [related issues](https://github.com/golangci/golangci-lint/issues/648) if you faced an error. - [Bazel](https://bazel.build/), e.g., with `$ sudo apt-get install bazel`. And optionally: