Open MiMaSbr opened 2 years ago
There is some problem with accessing some images (like fedora or ubuntu) that are run in background mode - via exec command:
exec
λ vctl exec -it ubu1 /bin/bash ERROR Error starting process: container = ubu1, command = [/bin/bash] env = [PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm] error = container_linux.go:345: starting container process caused "read init-p: connection reset by peer": unknown
Still - image can be accessed thru non-background run command
run
There is some problem with accessing some images (like fedora or ubuntu) that are run in background mode - via
exec
command:Still - image can be accessed thru non-background
run
command