-1
I am developing a Python application with MYSQL in Docker-Compose, but it is not a web application, would it have any way to run this application in the container by shell ? if there is, you could explain to me how?
if it wasn’t for Docker Compose: I would use the command:
Docker run -it project name And this command would release the container shell
if you have no way to run the shell through Docker-Compose, as you would to communicate a MYSQL image with my application image??
Welcome to Sopt. Please add your Docker to the question, so other people can point out what needs to be changed.
– tvdias