mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
fix typo (#1021)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Building Blog OS using Docker
|
# Building Blog OS using Docker
|
||||||
Inspired by [redox].
|
Inspired by [redox].
|
||||||
You just need `git`, `make`, and `docker`.
|
You just need `git`, `make`, and `docker`.
|
||||||
It is beter to use a non-privileged user to run the `docker` command, which is usually achieved by adding the user to the `docker` group.
|
It is better to use a non-privileged user to run the `docker` command, which is usually achieved by adding the user to the `docker` group.
|
||||||
|
|
||||||
## Run the container to build Blog OS
|
## Run the container to build Blog OS
|
||||||
You can build the docker image using `make docker_build` and run it using `make docker_run`.
|
You can build the docker image using `make docker_build` and run it using `make docker_run`.
|
||||||
|
|||||||
Reference in New Issue
Block a user