Docker - Running commands in a container Follow
Hello !
In the docker tool window I have executed some commands into my Docker Containers has described in the documentation: https://www.jetbrains.com/help/idea/docker.html#run_command_in_container
Sadly I created a command with a typo... (bsh instead of bash)
Now, everytime I select "Exec", the list show me this bsh command.
How can I remove it ?
I try to stop / remove container and this command is still there.
Regards,
Julien
Please sign in to leave a comment.
I'm also unable to find any way to remove this. Please create a corresponding feature request/issue at http://youtrack.jetbrains.com/issues/PY#newissue=yes
The commands are stored in the project .idea/workspace.xml
Thanks for the fix, MediaFormat!