Skip to content

Commit

Permalink
docs: add web proxy instructions for podman rootless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem authored and regisb committed Dec 14, 2023
1 parent 0ccf486 commit 4d66b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/podman.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.tutor.edly.io/tutorials/proxy.html>`_.

.. 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.

Expand Down

0 comments on commit 4d66b6b

Please sign in to comment.