mirror of
https://github.com/Tecnativa/docker-socket-proxy
synced 2024-11-15 20:39:01 +00: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…
Reference in New Issue
Block a user