From 68383ef4e25f3cbb3bbeadb34bf193f39c2b0d37 Mon Sep 17 00:00:00 2001 From: assaf <233414+lavie@users.noreply.github.com> Date: Fri, 6 Aug 2021 05:40:41 +0300 Subject: [PATCH] support for --memory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 302fd43..90f7231 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ Probably **shouldn't use this in production** yet. If you do, double check that --log-driver string Logging driver for the container --log-opt list Log driver options --link list Add link to another container + -m, --memory bytes Memory limit + --memory-reservation bytes Memory soft limit --name string Assign a name to the container --network string Connect a container to a network (default "default") @@ -186,8 +188,6 @@ Probably **shouldn't use this in production** yet. If you do, double check that --link-local-ip list Container IPv4/IPv6 link-local addresses - -m, --memory bytes Memory limit - --memory-reservation bytes Memory soft limit --memory-swap bytes Swap limit equal to memory plus swap: '-1' to enable unlimited swap --memory-swappiness int Tune container memory swappiness