Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 688 Bytes

Build headless VirtualBox in Docker Container for Ubuntu 18.04

Introduction

Based on terse Linux build instructions from VirtualBox.

Prerequisites

  • Ubuntu 18.04
  • Docker

Usage

Build Image

docker build --tag vbox-build-image .

Run Image as Container

docker run --name vbox-build-container vbox-build-image

Install

TODO

FIXME
  • unclear if --build-headless makes other params like --disable-qt redundant.

References