Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vxdocker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vxdocker

Vortex Docker - seamless integration between Vortex and Docker on any platform.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source
__   ____  _____   ___   ___ _  _____ ___ 
\ \ / /\ \/ /   \ / _ \ / __| |/ / __| _ \
 \ V /  >  <| |) | (_) | (__| ' <| _||   /
  \_/  /_/\_\___/ \___/ \___|_|\_\___|_|_\

by Websecurify
  

Introduction

VxDocker is a Vortex wrapper for Docker. The purpose of VxDocker is to make seamless integration between docker and operating systems, which do not support LXS containers such as Windows and Mac OS.

Installation

The easiest way to install VxDocker is via node's npm. You need to have nodejs installed for this. Simply type the following command:

npm install -g vxdocker

An alternative approach is to just copy the source files and execute them manually though nodejs.

Usage

Once the tool is installed, it is as easy to use as docker itself. For example:

vxdocker images 				# lists all images
vxdocker run ubuntu ls -la 		# performs a list inside the ubuntu docker image

Essentially the docker command doesn't change, it is only mapped to vxdocker instead.

Behind The Scenes

Behind the scenes, VxDocker uses Vortex to boot a virtual machine in VirtualBox and fire up docker itself. The first time you run the vxdocker command you will notice a delay. This is due to the booting of the virtual machine. The virtual machine will be automatically destroyed after 30 minutes of inactivity.

Keywords

vortex

FAQs

Package last updated on 29 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts