Skip to content

Commit 6399818

Browse files
authored
[doc]: add build note to use normal user account to do the make (#1393)
* [doc]: add build note to use normal user account to do the make
1 parent 9959898 commit 6399818

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ To build SONiC installer image and docker images, run the following commands:
5252

5353
**NOTE**:
5454

55-
- We recommend reserving 50G free space to build one platform.
56-
- Use ```http_proxy=[your_proxy] https_proxy=[your_proxy] make``` to enable http(s) proxy in the build process.
55+
- Recommend reserving 50G free space to build one platform.
56+
- Use `http_proxy=[your_proxy] https_proxy=[your_proxy] make` to enable http(s) proxy in the build process.
57+
- Add your user account to `docker` group and use your user account to make. `root` or `sudo` are not supported.
5758

5859
The SONiC installer contains all docker images needed. SONiC uses one image for all devices of a same ASIC vendor. The supported ASIC vendors are:
5960

0 commit comments

Comments
 (0)