Interact with docker container in the middle of a bash script execution [in that container]
I want to start a bunch of docker containers with a help of a Python script. I am using subprocess library for that. Essentially, I am trying to run this docker command docker = f"docker run -it --rm {env_vars} {hashes}…