From 521a4f976fedc1a6e0bda99c37f02fd66fc31db3 Mon Sep 17 00:00:00 2001 From: procub3r Date: Sat, 30 Mar 2024 18:00:30 +0530 Subject: [PATCH] fix(library): Use `-M` flag in python:3.10 documentation Signed-off-by: procub3r --- library/python/3.10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/python/3.10/README.md b/library/python/3.10/README.md index 2fbb2ca8..fd1c37cf 100644 --- a/library/python/3.10/README.md +++ b/library/python/3.10/README.md @@ -5,7 +5,7 @@ This directory contains the definition for the `unikraft.org/python:3.10` image. To run this image, [install Unikraft's companion command-line toolchain `kraft`](https://unikraft.org/docs/cli) and then you can run: ``` -kraft run unikraft.org/python:3.10 +kraft run -M 256M unikraft.org/python:3.10 ``` ## See also