Sha256: a3eb5258389362c9a4689313e694ae24d4359f6efd504af4b073cf6bca5e4809

Contents?: true

Size: 1.48 KB

Versions: 9

Compression:

Stored size: 1.48 KB

Contents

---
layout: "docs"
page_title: "vagrant up - Command-Line Interface"
sidebar_current: "cli-up"
description: |-
  The "vagrant up" command is used to create, configuration, and provision a
  guest machine according to your Vagrantfile.
---

# Up

**Command: `vagrant up [name|id]`**

This command creates and configures guest machines according to your
[Vagrantfile](/docs/vagrantfile/).

This is the single most important command in Vagrant, since it is how
any Vagrant machine is created. Anyone using Vagrant must use this command
on a day-to-day basis.

## Options

* `--[no-]destroy-on-error` - Destroy the newly created machine if a fatal,
  unexpected error occurs. This will only happen on the first `vagrant up`.
  By default this is set.

* `--[no-]install-provider` - If the requested provider is not installed,
  Vagrant will attempt to automatically install it if it can. By default this
  is enabled.

* `--[no-]parallel` - Bring multiple machines up in parallel if the provider
  supports it. Please consult the provider documentation to see if this feature
  is supported.

* `--provider x` - Bring the machine up with the given
  [provider](/docs/providers/). By default this is "virtualbox".

* `--[no-]provision` - Force, or prevent, the provisioners to run.

* `--provision-with x,y,z` - This will only run the given provisioners. For
  example, if you have a `:shell` and `:chef_solo` provisioner and run
  `vagrant provision --provision-with shell`, only the shell provisioner will
  be run.

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/website/source/docs/cli/up.html.md
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/website/source/docs/cli/up.html.md
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/cli/up.html.md
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/cli/up.html.md