From f10ab744ca314fc4d53ee288cd086c98fb41239a Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 5 Dec 2016 09:40:01 +0100 Subject: Howto connect via VNC --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d0339..8743830 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,20 @@ This example builds only for the qemu provider. packer build -only=qemu jessie.json +## Connect to VNC + +While building you can connect to the box using + + vncviewer -Shared localhost:PORT + +just make sure to provide the PORT shown on the console shown like this: + + ==> qemu: Found available VNC port: 5922 + + ## LXC -to build a lxc box, install https://github.com/fgrehm/vagrant-lxc first +To build a lxc box, install https://github.com/fgrehm/vagrant-lxc first You need to run packer with sudo: -- cgit v1.2.3