Hi,
I'm currently trying to figure out what's going when executing the following command through qm guest exec:
Executing the docker command directly on the guest works, but not via qm guest exec. In the end I get this error:
I'm not entirely sure how the redirection of stdout of the docker exec through the qemu guest agent works. Executing other docker commands works fine.
I'm currently trying to figure out what's going when executing the following command through qm guest exec:
Code:
qm guest exec 110 --timeout 0 -- /bin/bash -c 'docker exec mariadb mysqldump --all-databases -u root -pmyfancypw'
Executing the docker command directly on the guest works, but not via qm guest exec. In the end I get this error:
Code:
VM 110 qmp command 'guest-exec-status' failed - got timeout
I'm not entirely sure how the redirection of stdout of the docker exec through the qemu guest agent works. Executing other docker commands works fine.