Skip to content

Commit

Permalink
add privileged arg in run command
Browse files Browse the repository at this point in the history
  • Loading branch information
hnwyllmm authored Sep 5, 2022
1 parent 48a6cd7 commit b065330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dockerfile: https://github.com/oceanbase/miniob/blob/main/Dockerfile
```bash
# build
docker build -t miniob .
docker run -d --name='miniob' miniob:latest
docker run --privileged -d --name='miniob' miniob:latest

# 进入容器,开发调试
docker exec -it miniob bash
Expand Down

0 comments on commit b065330

Please sign in to comment.