summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: