If I run the standard Airflow Docker LINK
as
docker-compose up -drun my instance I do not know where can I find this specific container ID.I look up the running container IDs with
docker ps -a. I dont have any other containers or images just this project.I have entered in to all 7 container
docker exec -it container_id bashI can enter every container no problem.But I don't get the same window and texts as if I would have stated it with only
docker-compose upand that is where I want to getSo how can I jump back to a running Airflow Docker Container when it is already running?