Closed DevDorrejo closed 9 months ago
podlet generate
doesn't work when using the podlet container.
What I am ignoring?
This bit from the error message:
Note: ensure podman is installed and available on $PATH
Podman is not installed within the podlet container. Even if it was, podlet generate
still wouldn't work in this case because the container you are attempting to generate from is managed by podman outside the podlet container.
Hopefully that made sense :stuck_out_tongue_winking_eye: .
podlet generate
doesn't work when using the podlet container.What I am ignoring?
This bit from the error message:
Note: ensure podman is installed and available on $PATH
Podman is not installed within the podlet container. Even if it was,
podlet generate
still wouldn't work in this case because the container you are attempting to generate from is managed by podman outside the podlet container.Hopefully that made sense 😜 .
Thanks for the response, but sharing the .sock, won't allow the inside of container find the container outside, if podman is installed in the container?
I think that would work. The podlet container is a from scratch contianer so you will have to create a new image and copy the podlet binary into it. It would also require using podman --remote
which can enabled in containers.conf
.
I think that would work. The podlet container is a from scratch contianer so you will have to create a new image and copy the podlet binary into it. It would also require using
podman --remote
which can enabled incontainers.conf
.
ok, thanks, when have time I will look into this, so when have the solution will contribute with a push.
Hello,
I am trying to create a quadlet of a grafana container i have with podlet with the next command:
But i am getting this error:
RUST_BACKTRACE=full
What i am ignoring?