I have an application that requires an running docker instance how can i handle this
@davidep and @stephdl
Also i how can i be able to pass ssh public and private keys in the user interface so that when one clicks save is tore them in
/home/module1/.config/state/.ssh/id_rsa
/home/module1/.config/state/.ssh/id_rsa.pub
davidep
(Davide Principi)
2
Hi Elvis, to emulate Docker socket API you may need to enable Podman system service podman-system-service — Podman documentation
NS8 does not use it at the moment, but may interfere with it in the future.
systemctl --user status podman.socket
1 Like
Okay thank you
What of the ssh how can i go about it
davidep
(Davide Principi)
4
I don’t know, but pay attention to SELinux labels because SSH keys may inherit special labels that are not compatible with container_t.
You may get an idea from the workaround we use for automated tests, but I guess your use case is quite different!
Furthermore Podman’s secret feature were extended since that time.
OkaY
Let me do research on that then post my findings
1 Like