Files
nomad/drivers/docker
Seth Hoenig 186aa59fc9 driver/docker: enable setting hard/soft memory limits
Fixes #2093

Enable configuring `memory_hard_limit` in the docker config stanza for tasks.
If set, this field will be passed to the container runtime as `--memory`, and
the `memory` configuration from the task resource configuration will be passed
as `--memory_reservation`, creating hard and soft memory limits for tasks using
the docker task driver.
2020-06-01 09:22:45 -05:00
..
2020-05-26 11:04:04 -04:00
2019-02-22 14:19:58 +01:00
2020-03-28 17:29:04 +01:00
2020-03-28 17:29:06 +01:00