GithubHelp home page GithubHelp logo

nonroot binary install about podman-static HOT 4 CLOSED

guoh27 avatar guoh27 commented on May 31, 2024
nonroot binary install

from podman-static.

Comments (4)

guoh27 avatar guoh27 commented on May 31, 2024 1

This works:

cat >>~/.config/containers/containers.conf <<EOF
[network]
cni_plugin_dirs = [
  "/usr/local/libexec/cni",
  "/usr/libexec/cni",
  "/usr/local/lib/cni",
  "/usr/lib/cni",
  "/opt/cni/bin",
  "$HOME/.local/lib/cni"
]
EOF

from podman-static.

guoh27 avatar guoh27 commented on May 31, 2024

This makes it completely rootless.

from podman-static.

guoh27 avatar guoh27 commented on May 31, 2024

I found this
So:

VERSION=v4.9.4
curl -fsSL  https://github.com/mgoltzsche/podman-static/releases/download/$VERSION/podman-linux-amd64.tar.gz | tar -xzf -
cp -r podman-linux-amd64/etc/* ~/.config
cp -r podman-linux-amd64/usr/local/* ~/.local/
sed "s|init_path = \".*\"|init_path = \"$HOME/.local/lib/podman/catatonit\"|" -i ~/.config/containers/containers.conf
sed -e "s|runroot = \".*\"|runroot = \"/run/user/$UID\"|" \
 -e "s|graphroot = \".*\"|graphroot = \"$HOME/.local/lib/containers/storage\"|" \
 -e "s|mount_program = \".*\"|mount_program = \"$HOME/.local/bin/fuse-overlayfs\"|" \
-i ~/.config/containers/storage.conf

But I metError validating CNI config file ~/.config/cni/net.d/87-podman-bridge.conflist: [failed to find plugin "bridge" in path [/usr/local/libexec/cni /usr/libexec/cni /usr/local/lib/cni /usr/lib/cni /opt/cni/bin] failed to find plugin "portmap" in path [/usr/local/libexec/cni /usr/libexec/cni /usr/local/lib/cni /usr/lib/cni /opt/cni/bin]], warning, how to resolve it?

from podman-static.

mgoltzsche avatar mgoltzsche commented on May 31, 2024

Ah, interesting, thanks for letting us know @guoh27!

from podman-static.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.