|
@@ -20,7 +20,7 @@ const maxBodySize = 1048576 // 1MB
|
|
|
// Authenticate Request:
|
|
|
// Call authZ plugins with current REST request and AuthN response
|
|
|
// Request contains full HTTP packet sent to the docker daemon
|
|
|
-// https://docs.docker.com/reference/api/docker_remote_api/
|
|
|
+// https://docs.docker.com/engine/reference/api/docker_remote_api/
|
|
|
//
|
|
|
// Authenticate Response:
|
|
|
// Call authZ plugins with full info about current REST request, REST response and AuthN response
|