- Hands-On DevOps with Vagrant
- Alex Braunton
- 79字
- 2021-07-16 17:43:59
Options/flags
There are three flags for this command:
- -f/--force: Destroys the Vagrant machine without asking you for confirmation.
- --parallel/--no-parallel: Enables or disables parallelism only if the provider supports it. We are using VirtualBox as the provider in this book, and at the time of writing it does not support parallel execution. Running this flag will enable the force flag too.
- -h/--help: Prints the help screen for this command.
An example is the vagrant destroy --force command.
推薦閱讀
- 操作系統(tǒng)實用教程(Linux版)
- pcDuino開發(fā)實戰(zhàn)
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- Linux操作系統(tǒng)基礎(chǔ)
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- 精通Linux內(nèi)核開發(fā)
- Windows Server 2019 Administration Fundamentals
- Linux命令行大全(第2版)
- AWS SysOps Cookbook
- HTML5 Enterprise Application Development
- Linux從入門到精通(視頻教學(xué)版)
- 電腦辦公(Windows10+Office2016)從新手到高手
- Unity AR/VR開發(fā):實戰(zhàn)高手訓(xùn)練營
- Microsoft DirectAccess Best Practices and Troubleshooting
- Azure Serverless Computing Cookbook