Sha256: 73480cdf02dc831f13c3f5db8fc15d8579cd27c4754ceccf450db1cb0e0edf25
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
# Rocker-Docket Run [Rocket](https://github.com/coreos/rocket) under [Docker](https://github.com/docker/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: ```bash 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. ```bash 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```.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rocker-docket-0.0.2 | README.md |