mirror of https://github.com/docker/docs.git
redirect: add go-redirect for protecting the daemon socket
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9ffb03ae47
commit
671dc333a3
|
@ -113,6 +113,10 @@
|
|||
# used in warnings printed by the Docker Engine, and in the installation script
|
||||
# at "get.docker.com"
|
||||
- /go/attack-surface/
|
||||
"/engine/security/protect-access/":
|
||||
# Details about how to protect the Docker daemon socket.
|
||||
# This redirect is used in warnings printed by the Docker Engine.
|
||||
- /go/api-security/
|
||||
"/registry/spec/deprecated-schema-v1/":
|
||||
# Details about deprecated image manifest formats. This redirect is currently
|
||||
# used in warnings printed by the Docker Engine when pulling deprecated image
|
||||
|
|
Loading…
Reference in New Issue