mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-03-23 00:05:53 +08:00
#7 - privileged explanation
This commit is contained in:
parent
746c20f2c8
commit
d280f2bc10
@ -40,7 +40,7 @@ requests that should never happen.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Run the API proxy:
|
||||
1. Run the API proxy (`--privileged` flag is required here because it connects with the docker socket, which is a privileged connection in some SELinux/AppArmor contexts and would get locked otherwise):
|
||||
|
||||
$ docker container run \
|
||||
-d --privileged \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user