Error: setting up Pasta: could not find pasta #28636
Replies: 2 comments 3 replies
-
|
Pasta project web site: If you are using Ubuntu: If you are using Fedora: If you want build pasta from source code and install pasta into your home directory https://github.com/eriksjolund/podman-networking-docs#install-a-newer-pasta-version-from-source-code |
Beta Was this translation helpful? Give feedback.
-
|
How did you install podman, what distro, etc? As the errors says pasta is missing from your system, the normal package manager should generally install all the deps by default. If it is not part of the normal deps that sounds like a packaging bug you need to report to your distro. As pointed out by @eriksjolund it is normally part of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to move over from docker to podman.
I try to create a caddy container, tried both via podman desktop and directly on the server
podman run -d --name caddy --network caddy-net -p 80:80 -p 443:443 -v ~/caddy/Caddyfile:/etc/caddy/Caddyfile:ro,Z -v ~/caddy/data:/data:Z -v ~/caddy/config:/config:Z docker.io/library/caddy:2-alpinebut where ever i try to run/create it it gives me
Error: setting up Pasta: could not find pasta, the network namespace can't be configured: exec: "pasta": executable file not found in $PATHand i dont seem to be able to find anything more on this error
podman is installed locally thru apy. Trying to do rootless
Beta Was this translation helpful? Give feedback.
All reactions