From 4d66b6ba7bbcae446f874a7f611aadee6a5463ad Mon Sep 17 00:00:00 2001 From: Danyal Faheem Date: Wed, 13 Dec 2023 14:31:49 +0500 Subject: [PATCH] docs: add web proxy instructions for podman rootless mode --- docs/tutorials/podman.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/podman.rst b/docs/tutorials/podman.rst index 547ca4d..3c50c6b 100644 --- a/docs/tutorials/podman.rst +++ b/docs/tutorials/podman.rst @@ -42,6 +42,8 @@ For rootless containers, this requires you to start the ``podman.service`` as a # To set the DOCKER_HOST environment variable $ export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock" +If you are running in rootless mode, ``tutor local`` expects a web proxy to be running on port ``80`` or port ``443``. For instructions on how to configure a web proxy, view `this tutorial `_. + .. note:: As with the previous ``alias`` command, if you'd like to make the ``DOCKER_HOST`` variable permanent, you should put the entire export command in your ``bashrc`` or equivalent file.