Azure Machine Learning provides provides encapsulation of the environment for your code to run. As far as I know you can specify custom Docker images and Dockerfiles to create an environment.
But in my specific use case, I want to run the script inside a specific Docker container. Does Azure ML provide some ways to run a script inside a custom Docker container?