Running Ansible Navigator in a Podman Container #1589
Unanswered
symplrdudley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I wanted to run Ansible Navigator in a Container using Podman. So I built myself a Container using the following Containerfile:
I used the following command to build the container:
podman build \ --file containers/Containerfile \ --tag localhost/ansibletlbx:latest \ .
To which I can then run it using the following command:
However, I run into the following error when trying to create an Execution Environment in the Container.
I'm sure there are more options I need to pass to Podman, but I do not know what those are. Does anyone have any ideas or thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions