Skip to content

Commit 211872f

Browse files
committed
dev: describe sudo + docker issue
1 parent 38c6dd5 commit 211872f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/content/en/docs/development/environment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ There are some dependencies that need to be installed:
2323
* [Yarn][yarn], and
2424
* [GNU Make][make]
2525

26+
This guide may not work for you if you manage Docker with `sudo`, see
27+
[issue #118][issue-118] for more. It is possible to manage Docker as a non-root
28+
user with some [extra configuration steps][docker-non-root].
29+
2630
## First steps
2731

2832
Spin up the environment with the following command:
@@ -138,3 +142,5 @@ You can enable it in Visual Studio Code as follows:
138142
[gopls]: https://github.com/golang/tools/blob/master/gopls/README.md
139143
[yarn]: https://classic.yarnpkg.com/en/docs/install/
140144
[make]: https://www.gnu.org/software/make/
145+
[issue-118]: https://github.com/artefactual-labs/enduro/issues/118
146+
[docker-non-root]: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user

0 commit comments

Comments
 (0)