Comment 4 for bug 1845037

Revision history for this message
Dan Streetman (ddstreet) wrote :

@stgraber, just to clarify, calls to lxd like this now fail:

root@autopkgtest:~# cat <<EOF | su - ubuntu
> lxc launch ubuntu:bionic
> echo ok done
> EOF
Error: yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `echo ok...` into api.ContainerPut

is it really expected that lxd should fail when used with input queued on stdin like this?