mirror of
https://github.com/BioArchLinux/docker.git
synced 2025-03-09 22:53:31 +00:00
add --privileged option
This commit is contained in:
parent
50bfccfb77
commit
ada912065c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Install [docker](https://www.docker.com/) and start it
|
|||
|
||||
```
|
||||
# docker pull bioarchlinux/bioarchlinux
|
||||
# docker run -it --name container_name --restart=always bioarchlinux/bioarchlinux /bin/bash
|
||||
# docker run -it --privileged --name container_name --restart=always bioarchlinux/bioarchlinux /bin/bash
|
||||
```
|
||||
## Configure container
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue