Commit d2ee40f
committed
fix(boot): Don't change group ownership of docker socket
This is a better fix for issue #804. Instead of changing the gid of the
docker socket to that of the deis group in the container, which affects
access to the docker socket by existing users on the host, we now either
add the deis user to an existing group in the container with the same
gid or create a new "docker" group with the same gid as the socket if no
existing group has that gid.1 parent 3b6d094 commit d2ee40f
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments