fix liquid tag

This commit is contained in:
Tammy Fox 2018-08-24 16:16:43 -04:00 committed by GitHub
parent 55d6ea8cbf
commit beb7383d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -20,11 +20,12 @@ If you don't want to preface the `docker` command with `sudo`, create a Unix
group called `docker` and add users to it. When the Docker daemon starts, it group called `docker` and add users to it. When the Docker daemon starts, it
creates a Unix socket accessible by members of the `docker` group. creates a Unix socket accessible by members of the `docker` group.
> **Warning**: > Warning
>
> The `docker` group grants privileges equivalent to the `root` > The `docker` group grants privileges equivalent to the `root`
> user. For details on how this impacts security in your system, see > user. For details on how this impacts security in your system, see
> [*Docker Daemon Attack Surface*](/engine/security/security.md#docker-daemon-attack-surface). > [*Docker Daemon Attack Surface*](/engine/security/security.md#docker-daemon-attack-surface).
{:.warning} {: .warning}
To create the `docker` group and add your user: To create the `docker` group and add your user: