cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L5 Sessionator

Hi @gnakhede,

No, for podman you will have to configure proxy on the environment. Once you configure the proxy you can test it with the below command. The proxy needs to configured either globally or for the demisto user account. 

 

The below should test both podman's connectivity to docker hub and the demisto user's ability to create containers. 

 

 

sudo -u demisto podman run --rm -t demisto/python3:3.10.4.29342 echo "podman is working"

 

 

Who rated this post