mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Dev: console socket: Update the path to the socket
The debug console socket path looks to have moved from the `sbs` dir to the `vm` dir. Update the docs to reflect this. Fixes: #202 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
parent
596bf31bdf
commit
e90eabd454
@ -670,7 +670,7 @@ $ sudo docker run -ti busybox sh
|
||||
|
||||
```
|
||||
$ id=$(sudo docker ps -q --no-trunc)
|
||||
$ console="/var/run/vc/sbs/${id}/console.sock"
|
||||
$ console="/var/run/vc/vm/${id}/console.sock"
|
||||
$ sudo socat "stdin,raw,echo=0,escape=0x11" "unix-connect:${console}"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user