open-nomad/drivers/docker
Mahmood Ali 565496e6ba drivers/docker: account for cgroup-v2 memory stats
If the docker engine is running on cgroup-v2 host, then RSS and Max
Usage doesn't get reported.

Using a heauristic here to avoid adding more API calls to the Docker
Engine to infer cgroups version. Also, opted to avoid coordinating stats
collection with fingerprinting, which adds concurrency complexities.
2021-04-01 12:23:57 -04:00
..
cmd
docklog Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
test-resources/docker
util drivers/docker: account for cgroup-v2 memory stats 2021-04-01 12:23:57 -04:00
config.go docker: support configuring default log driver in plugin options 2021-03-12 16:04:33 -05:00
config_test.go docker: introduce a new hcl2-friendly mount syntax (#9635) 2020-12-15 14:13:50 -05:00
coordinator.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
coordinator_test.go drivers/docker: fix flaky image coordinator test 2021-03-31 15:59:01 -04:00
driver.go oversubscription: docker to honor MemoryMaxMB values 2021-03-30 16:55:58 -04:00
driver_darwin_test.go
driver_default.go drivers/docker: support mapping multiple host ports to the same container port 2021-02-02 22:54:23 -05:00
driver_linux_test.go Don't prepend https to docker cred helper call (#9852) 2021-01-21 11:46:59 -08:00
driver_pre09.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
driver_test.go oversubscription: docker to honor MemoryMaxMB values 2021-03-30 16:55:58 -04:00
driver_unix_test.go docker: disallow volume mounts from host by default (#9321) 2020-11-11 10:03:46 -05:00
driver_windows.go drivers/docker: support mapping multiple host ports to the same container port 2021-02-02 22:54:23 -05:00
driver_windows_test.go Use Dockerhub Mirror. (#9220) 2020-11-02 09:28:02 -05:00
fingerprint.go Add gocritic to golangci-lint config (#9556) 2020-12-08 12:47:04 -08:00
fingerprint_test.go
handle.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
network.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
ports.go drivers/docker: support mapping multiple host ports to the same container port 2021-02-02 22:54:23 -05:00
ports_test.go drivers/docker: support mapping multiple host ports to the same container port 2021-02-02 22:54:23 -05:00
progress.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
progress_test.go
reconciler.go
reconciler_test.go
state.go
stats.go Apply some suggested fixes from staticcheck (#9598) 2020-12-10 07:29:18 -08:00
stats_test.go
utils.go Don't prepend https to docker cred helper call (#9852) 2021-01-21 11:46:59 -08:00
utils_test.go
utils_unix_test.go
utils_windows_test.go
win32_volume_parse.go