Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gantry

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gantry

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

gantry

Deploy docker images on physical machines.

Description

/Please note that this README is a bad case of Readme Driven Development (or rather Wishful Programming). None of this is actually in working order yet./

Gantry deploys docker images to virtual or physical machines. Provisioning VMs using gantry allows you to reuse the docker toolchain and is much faster than using debootstrap or similar tools.

Usage

export VOLUME_GROUP=vg0
export VMNAME=bobinsky
export LVPATH=/dev/${VOLUME_GROUP}/${VMNAME}
sudo lvcreate -L 5G -n ${VMNAME} ${VOLUME_GROUP}
sudo mkfs.ext4 ${LVPATH}
sudo gantry --grub ${LVPATH} \
    --commmand 'apt-get update' \
    --command 'apt-get -y install grub-pc linux-image-amd64' \
    debian:jessie ${LVPATH}

Copyright (c) 2015 Sebastian Boehm. See LICENSE for details.

FAQs

Package last updated on 11 Nov 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc