зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
7 строки
363 B
Plaintext
7 строки
363 B
Plaintext
2021
|
|
VisualStudioCode - How to start the SSH service in a dev container of 0:40
|
|
https://www.youtube.com/watch?v=KuSNpZgDYDs
|
|
https://code.visualstudio.com/remote/advancedcontainers/start-processes?WT.mc_id=devcloud-0000-buhollan
|
|
! { ... "postStartCommand": "sudo /etc/init.d/ssh start"...}
|
|
! { ... "postStartCommand": "sudo service ssh start" ...}
|