I want to see the command prompt used to trigger a python script inside a docker container. The process that is running can only be stopped if there is a dire need.
Is there any way I can see what was command line that was used?
To attach to the docker container I use this command.
docker attach [OPTIONS] CONTAINER
Thank you in advance.