--- level: 2 --- # Storage ... with Vagrant ````md magic-move {lines: true} ```bash cd infctl-cli/vagrant/dev/ubuntu pwd /home/user/projects/infctl-cli/vagrant/dev/ubuntu ``` ```bash vagrant ssh workstation ``` ```bash export LOG_FORMAT=none infctl -f pipelines/vagrant-longhorn.json ... ``` ````