LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vagrant-init

Create a new Vagrantfile configuration

TLDR

Initialize with default box
$ vagrant init
copy
Initialize with specific box
$ vagrant init [box_name]
copy
Initialize with minimal Vagrantfile
$ vagrant init -m [box_name]
copy
Initialize with box URL
$ vagrant init [name] [url]
copy

SYNOPSIS

vagrant init [options] [name] [url]

DESCRIPTION

vagrant init creates a new Vagrantfile in the current directory. The Vagrantfile defines VM configuration including box, networking, and provisioning. Start of every Vagrant project.

PARAMETERS

-m, --minimal

Create minimal Vagrantfile.
-f, --force
Overwrite existing Vagrantfile.
--box-version version
Specify box version.
-o, --output file
Output file path.

INSTALL

sudo apt install vagrant
copy
sudo dnf install vagrant
copy
nix profile install nixpkgs#vagrant
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid