]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 20 Jun 2017 17:29:23 +0000 (13:29 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 20 Jun 2017 17:29:23 +0000 (13:29 -0400)
scripts/docker/README.md

index 13dce64c638e4124b0d21a77c7cba0674891a6a1..b9911a8b80088b7d09a6d12e678b0941eb15a368 100644 (file)
@@ -58,7 +58,7 @@ You may also give your containers explicit container IDs by passing ``--name <na
 By default if you try to use GDB in a docker container, the pattach call will fail, and you will not be able to
 trace processes.
 
-In order to allow tracing, the ``--privilledged`` flag must be passed to ``docker run``, this restores any Linux
+In order to allow tracing, the ``--privileged`` flag must be passed to ``docker run``, this restores any Linux
 ``cap`` privileges that would not ordinarily be given.
 
 ### Networking