add --privileged option

This commit is contained in:
Kuoi 2022-07-20 06:13:50 +01:00 committed by GitHub
parent 50bfccfb77
commit ada912065c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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