- Notifications
You must be signed in to change notification settings - Fork923
Closed
Labels
Description
Allow users to directly enter a container usingcoder ssh <workspace> -c <container>
.
This will most likely perform the equivalent ofcoder ssh workspace 'docker exec -i <container> <shell>'
.
Depends onhttps://github.com/orgs/coder/projects/41/views/1?pane=issue&itemId=94819854
For now, only support Docker viadocker
CLI.