We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On Rocky Linux 8.5, equivalent of quickstart is:
# yum install -y podman # mkdir -p /srv/docker/squid/{log,cache} # chcon -Rt svirt_sandbox_file_t !$ # podman run --name squid -d --restart=always --publish 3128:3128 --volume /srv/docker/squid/log:/var/log/squid --volume /srv/docker/squid/cache:/var/spool/squid stackhpc/squid:4.4-8
There was an error while loading. Please reload this page.