updated docker/README.md

This commit is contained in:
hyung-hwan 2021-09-08 23:07:53 +00:00
parent 557fb8c0b8
commit 0539c384e3

View File

@ -1,6 +1,7 @@
If you require the root privilege to build a docker image, specify sudo in DOCKER. If you require the root privilege to build a docker image, specify sudo in DOCKER.
``` ```
make rocky8 DOCKER="sudo docker" make rocky8 DOCKER="sudo docker"
make ubnt20.04 DOCKER="sudo docker"
``` ```
Run the service like Run the service like