Use consistent formatting for notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
415f4f4837
commit
297ba124e6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ you want through the secondary authentication mechanism implemented inside your
|
||||||
proxy, it also requires that you move TLS termination from the Registry to the
|
proxy, it also requires that you move TLS termination from the Registry to the
|
||||||
proxy itself.
|
proxy itself.
|
||||||
|
|
||||||
> ***NOTE:*** Docker does not recommend binding your registry to `localhost:5000` without
|
> **Note**: Docker does not recommend binding your registry to `localhost:5000` without
|
||||||
> authentication. This creates a potential loophole in your Docker Registry security.
|
> authentication. This creates a potential loophole in your Docker Registry security.
|
||||||
> As a result, anyone who can log on to the server where your Docker Registry is running
|
> As a result, anyone who can log on to the server where your Docker Registry is running
|
||||||
> can push images without authentication.
|
> can push images without authentication.
|
||||||
|
|
Loading…
Reference in a new issue