<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>podman on</title><link>https://notes.freaks.dev/tags/podman/</link><description>Recent content in podman on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/podman/index.xml" rel="self" type="application/rss+xml"/><item><title>Podman</title><link>https://notes.freaks.dev/selfhost/podman/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/podman/</guid><description>Steps get latest podman-compose from github repo sudo rm /usr/bin/podman-compose mkdir -p ~/.local/bin ~/.config/systemd/user curl -so ~/.local/bin/podman-compose https://raw.githubusercontent.com/containers/podman-compose/devel/podman_compose.py chmod +x ~/.local/bin/podman-compose echo &amp;#34;export PATH=$PATH:$HOME/.local/bin&amp;#34; &amp;gt;&amp;gt; ~/.profile source ~/.profile enable linger loginctl enable-linger $(id -nu) copy from podman-compose@.service nano ~/.config/systemd/user/podman-compose@.service enable podman services systemctl --user enable --now podman systemctl --user enable --now podman-auto-update.timer enable port 80 and 443 for rootless traefik container echo &amp;#34;net.ipv4.ip_unprivileged_port_start=80&amp;#34; | sudo tee -a /etc/sysctl.d/unprivileged_port.conf sudo sysctl --system podman-compose@.</description></item></channel></rss>