0.0
No commit activity in last 3 years
No release in over 3 years
Run rocket under docker, plus utils to make this easy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

Rocker-Docket

Run Rocket under Docker.

This gives you access to the rkt executable without having to install rkt on your system. You do, however, have to have docker installed.

Installation

Install the gem:

gem install rocker-docket

Once installed, you can:

  • Build the image : rocker-docket build
  • Update to the latest version of rocket: rocker-docket update.

Updating will also build. If you have never run build before, it will get the latest version of rocket.

Usage

Use it just like you would use the rkt CLI, after you have built the image.

rkt help

By default, the host directory /var/lib/rkt will be mounted in the container, for rkt operations. You can override this by setting ROCKET_DIR.