vagrant box --ubuntu18 打包後,使用box 報錯
解決方案: 修改vagrantfile
config.vm.provider "virtualbox" do |v|
#v.memory = 4096
#v.cpus = 4
# Basebox ubuntu/xenial64 comes with following Vagrantfile config and causes https://github.com/joelhandwell/ubuntu_vagrant_boxes/issues/1
# vb.customize [ "modifyvm", :id, "--uart1", "0x3F8", "4" ]
# vb.customize [ "modifyvm", :id, "--uartmode1", "file", File.join(Dir.pwd, "ubuntu-xenial-16.04-cloudimg-console.log") ]
# following config will address the issue
v.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
end
相關文章
- Vagrant package 打包 Homestead boxPackage
- Homestead 發現報錯 Vagrant box update
- Vagrant (四) - Box的用法
- 使用 VirtualBox 製作自己的 Vagrant box
- Vagrant box 命令彙總彙總
- 攻略 - 自建 Red Hat 企業級系統 Vagrant Box
- CSS - border-box 和 content-boxCSS
- The Bento Box Adventure
- Collapse display box
- Azure Data Box
- CSS box-sizingCSS
- POJ 1442 Black Box
- Flex Box 概念梳理Flex
- css box-shadowCSS
- Hack The Box——Perfection筆記筆記
- Hack The Box Web Pentest 2019Web
- Flex Box 案例實踐Flex
- 一次虛擬機器 (virtual box + vagrant + homestead) 崩潰與 debug 的過程虛擬機
- css(二):高度與文件流,line-box與box,寬度,position與CSS
- css18 CSS Box ModelCSS
- Laravel box/spout 匯入 ExcelLaravelExcel
- 新增第二個Homestead Box
- B. Numbers Box(思維)
- box-shadow(盒子陰影)
- box2dweb資料Web
- Virtual box設定網路
- Box —— 我的開發助手
- CSS3 box-sizingCSSS3
- css3 box-shadowCSSS3
- vue自定義元件——search-boxVue元件
- Box-cox資料變換
- Laravel/Homestead box v8.2.1 分享Laravel
- display:flex與display:box 區別Flex
- 題解 CF1428A 【Box is Pull】
- 盒子模型Box Model簡介模型
- 學習css之box-shadowCSS
- box-shadow 繪製邊框
- 【目標檢測】Bounding Box Regression