Unable to ssh from one docker container to another container
I'm new at using Docker containers and I'm trying to setup a sandbox environment with an ansible controller and ansible client. For now, I'm going to have both containers share the same image (RHEL8) from the dockerfile below. I'm trying…