Previously, these errors were only printed when using `docker run`, but were omitted when using `docker container create` and `docker container start` separately. Given that these warnings apply to both situations, this patch moves generation of these warnings to `docker container create` (which is also called by `docker run`) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2 lines
104 B
Plaintext
2 lines
104 B
Plaintext
WARNING: Disabling the OOM killer on containers without setting a '-m/--memory' limit may be dangerous.
|