You can try and give your container a static-name ( with the --name option in your docker run command )
then you can use docker exec -ti THE-NAME-YOU-PICKED /bin/bash …
2 Likes
Share and learn in the Docker community.
You can try and give your container a static-name ( with the --name option in your docker run command )
then you can use docker exec -ti THE-NAME-YOU-PICKED /bin/bash …