Sign inSign up

cubeearth/tools-vboxmanage

By cubeearth

Updated about 9 years ago

Container exposing VBoxManage utility

Image
1

1.7K

cubeearth/tools-vboxmanage repository overview

Introduction

This container exposes the VBoxManage utility from Oracle VirtualBox. This container is not intended to start Virtual Machines but instead for e.g. creating or modifying the VDI files.

Usage

Tip: Define a function as shortcut for invoking VBoxManage similiar as the following:

function VBoxManageWrapper {
  local data_dir=$1
  shift
  docker run -it -e "DATA_DIR=$data_dir" cubeearth/tools-vboxmanage $@
}
ScopeCommand
original commandVBoxManage list hostinfo
docker-composeDATA_DIR='./data' docker-compose run main list hostinfo
dockerdocker run -it -e "DATA_DIR=./data" cubeearth/tools-vboxmanage list hostinfo
wrapperVBoxManageX "./data" list hostinfo

Tag summary

Content type

Image

Digest

Size

359.3 MB

Last updated

about 9 years ago

docker pull cubeearth/tools-vboxmanage