diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index eb6906a015..489e25d443 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -719,7 +719,7 @@ $ docker run --ulimit nofile=1024:1024 --rm debian sh -c "ulimit -n" > In other words, the following script is not supported: > > ```console -> $ docker run -it --ulimit as=1024 fedora /bin/bash` +> $ docker run -it --ulimit as=1024 fedora /bin/bash > ``` The values are sent to the appropriate `syscall` as they are set.