From 01c05754211bf65f692f177588824c538e2289a4 Mon Sep 17 00:00:00 2001
From: andbad <andbad@iol.it>
Date: Fri, 17 Jan 2025 09:03:15 +0100
Subject: [PATCH] Update readme.md

Add explanation for RAM_CHECK option
---
 readme.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/readme.md b/readme.md
index e63e2a9..15d0fc9 100644
--- a/readme.md
+++ b/readme.md
@@ -211,6 +211,15 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
     CPU_CORES: "4"
   ```
 
+### How do I bypass RAM check?
+
+By default, the container checks if there is enough RAM available to boot. 
+You can skip this step using the following environment variable:
+  ```yaml
+  environment:
+    RAM_CHECK: "N"
+  ```
+
 ### How do I configure the username and password?
 
   By default, a user called `Docker` is created during the installation, with an empty password.