From 5fe4203142d5ad0b68c1c8ee72f34cba96e5af77 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Tue, 1 Apr 2025 14:34:12 -0500 Subject: [PATCH] Update using-testcontainers.md Add a note about this not working with Rosetta support Signed-off-by: Eric Peters --- .../version-latest/how-to-guides/using-testcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-latest/how-to-guides/using-testcontainers.md b/versioned_docs/version-latest/how-to-guides/using-testcontainers.md index 2e83171e9..118c933d3 100644 --- a/versioned_docs/version-latest/how-to-guides/using-testcontainers.md +++ b/versioned_docs/version-latest/how-to-guides/using-testcontainers.md @@ -71,7 +71,7 @@ Next, export the virtual machine port explicitly using the command below: export TESTCONTAINERS_HOST_OVERRIDE=$(rdctl shell ip a show vznat | awk '/inet / {sub("/.*",""); print $2}') ``` -For `VZ` virtual machines, you can also use Testcontainers without the need for administrative access by exporting the settings below: +For `VZ` virtual machines (does not work with `Enable Rosetta support`), you can also use Testcontainers without the need for administrative access by exporting the settings below: ```bash export DOCKER_HOST=unix://$HOME/.rd/docker.sock