From 1d72e2f253d599b57d5f88cb80d649ffe8b124b2 Mon Sep 17 00:00:00 2001 From: hellojukay Date: Wed, 23 Feb 2022 22:33:19 +0800 Subject: [PATCH] vagrant: add box list example (#7810) --- pages/common/vagrant.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/vagrant.md b/pages/common/vagrant.md index 051995ee71..ca1444af79 100644 --- a/pages/common/vagrant.md +++ b/pages/common/vagrant.md @@ -30,3 +30,7 @@ - Output the SSH configuration file of the running Vagrant machine: `vagrant ssh-config` + +- List all local boxes: + +`vagrant box list`