From 89657aed44bd81f3e01a82c0990516c9f30d110a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 31 Mar 2023 22:43:36 +0300
Subject: [PATCH] bashrc: Set the CONTAINER_HOST.

For running podman inside a toolbx container.
---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index eb93eea..38d014a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -433,6 +433,7 @@ then
     then
         alias podman='podman --remote'
         export DOCKER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
+        export CONTAINER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
     fi
 fi
 
-- 
GitLab