summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-12-05 09:40:01 +0100
committervarac <varacanero@zeromail.org>2016-12-05 09:40:01 +0100
commitf10ab744ca314fc4d53ee288cd086c98fb41239a (patch)
tree77b752b1d85f6885fd24976643e0b950904b2e0e
parentfa8a55d42333d341e1492e68c40c47b4d76666ed (diff)
Howto connect via VNC
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
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: