Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VNC capability #17

Open
methadata opened this issue Oct 9, 2016 · 2 comments
Open

Add VNC capability #17

methadata opened this issue Oct 9, 2016 · 2 comments
Milestone

Comments

@methadata
Copy link
Collaborator

Try to enable graphical VNC/SPICE capabilities to VMs

@methadata methadata added this to the 1.0 milestone Oct 9, 2016
@lawnz
Copy link

lawnz commented Jan 19, 2017

after running the docker command to bring up a Windows kvm image,
there is the command:
docker run --name kvm -td --privileged -v /var/lib/libvirt/images/vm/win81e64.qcow2:/image/image
-e AUTO_ATTACH=yes bbva

how can I access the Windows via vnc or remote desktop?

@methadata
Copy link
Collaborator Author

Currently this issue is not implemented yet. However, there are two ways of accessing graphically to you VM container:

  1. Passing parameters to qemu when launching the container (see -vnc options in qemu-kvm manpage)
  2. Connecting via RDP if the VM image has already RDP enabled and gets its IP via DHCP. You should only have to know the VM IP address.

Hope this helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants