From 80e8fa090798250381a122fdd10f3576925e2f63 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Dec 2025 12:36:29 +0000 Subject: [PATCH] docs: Move --ip6 from unsupported to supported options in README The --ip6 flag was already implemented in the codebase (inspector.py) and tested (test_runlike.py), but incorrectly listed under "Not Yet Supported Run Options" in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130d02e..a942ed4 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Probably **shouldn't use this in production** yet. If you do, double check that -e, --env list Set environment variables --expose list Expose a port or a range of ports -h, --hostname string Container host name + --ip6 string IPv6 address (e.g., 2001:db8::33) --mac-address string Container MAC address (e.g., 92:d0:c6:0a:29:33) -l, --label list Set meta data on a container @@ -182,7 +183,6 @@ Probably **shouldn't use this in production** yet. If you do, double check that --io-maxiops uint Maximum IOps limit for the system drive (Windows only) --ip string IPv4 address (e.g., 172.30.100.104) - --ip6 string IPv6 address (e.g., 2001:db8::33) --ipc string IPC mode to use --isolation string Container isolation technology --kernel-memory bytes Kernel memory limit