mirror of https://github.com/docker/docs.git
Merge pull request #18262 from architectxor/patch-1
Incorrect link to article fixed
This commit is contained in:
commit
8e7aa9b957
|
|
@ -30,7 +30,7 @@ grid:
|
||||||
- title: Rootless mode
|
- title: Rootless mode
|
||||||
description: Run Docker without root privileges.
|
description: Run Docker without root privileges.
|
||||||
icon: security
|
icon: security
|
||||||
link: /security
|
link: engine/security/rootless
|
||||||
- title: Deprecated features
|
- title: Deprecated features
|
||||||
description: Find out what features of Docker Engine you should stop using.
|
description: Find out what features of Docker Engine you should stop using.
|
||||||
icon: folder_delete
|
icon: folder_delete
|
||||||
|
|
@ -72,4 +72,4 @@ For more details, see
|
||||||
|
|
||||||
The Docker Engine is licensed under the Apache License, Version 2.0. See
|
The Docker Engine is licensed under the Apache License, Version 2.0. See
|
||||||
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license
|
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license
|
||||||
text.
|
text.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue