|
...
|
...
|
@@ -16,6 +16,7 @@ Docker Remote API
|
|
16
|
16
|
|
|
17
|
17
|
- The Remote API is replacing rcli
|
|
18
|
18
|
- By default the Docker daemon listens on unix:///var/run/docker.sock and the client must have root access to interact with the daemon
|
|
|
19
|
+- If a group named *docker* exists on your system, docker will apply ownership of the socket to the group
|
|
19
|
20
|
- The API tends to be REST, but for some complex commands, like attach
|
|
20
|
21
|
or pull, the HTTP connection is hijacked to transport stdout stdin
|
|
21
|
22
|
and stderr
|