Skip to content

Commit 9a2058c

Browse files
Update docs/developer-guide/building-the-code-with-docker.md
The use of a comma is needed because there is a list of items. Starting with [docker/compose#3328][issue-3328]. It includes this issue, issue 4700, and finally issue 1318. There should be a comma before the and in a list. Co-Authored-By: Steve Todorov <[email protected]>
1 parent 9f048da commit 9a2058c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide/building-the-code-with-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ uid=1000(your-username) gid=1000(your-username) groups=1000(your-username)
4949
```
5050

5151
If you see another `uid/gid` you will likely hit a permission issue. Unfortunately [docker/compose#3328][issue-3328],
52-
[docker/compose#4700][issue-4700], and [docker/cli#1318][issue-1318] are preventing `docker-compose` from being able to
52+
[docker/compose#4700][issue-4700] and [docker/cli#1318][issue-1318] are preventing `docker-compose` from being able to
5353
automatically fix the group id. There are two workarounds which you can apply for things to work as expected:
5454

5555
1. Instead of using `docker-compose`, you can use plain `docker` and pass ```--group-add `id -g` ``` to the arguments.

0 commit comments

Comments
 (0)