12345678910111213 |
- // {
- // "terminal.integrated.profiles.linux": {
- // "docker-shell": {
- // "path": "/usr/bin/env",
- // "args": [
- // "source", "~/.profile",
- // ]
- // }
- // },
- // "terminal.integrated.defaultProfile.linux": "docker-shell"
- // }
- // //docker exec -it mycontainer screen -r myapp
|