fix issue #11676 #11754, disable RLIMIT_AS,edit DOCKER_OPTS

Signed-off-by: Simei He <hesimei@zju.edu.cn>
This commit is contained in:
dalanlan 2015-03-30 09:00:05 +08:00 committed by Tibor Vass
parent e2ecc5c6de
commit a4c88adc4d
1 changed files with 2 additions and 0 deletions

View File

@ -2198,6 +2198,8 @@ available in the default container, you can set these using the `--ulimit` flag.
> If you do not provide a `hard limit`, the `soft limit` will be used for both
values. If no `ulimits` are set, they will be inherited from the default `ulimits`
set on the daemon.
> `as` option is disabled for now. In other words, the following script is not supported:
> `$docker run -it --ulimit as=1024 fedora /bin/bash`
## save