I want to write a script, which run vscode in desired configuration:
- vscode is attached to running container, which can be identified by
docker ps | grep
- select predefined path as folder
How it can be done?
I want to write a script, which run vscode in desired configuration:
docker ps | grep
How it can be done?