Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 717 Bytes

CIP Atmos

This repo extends the cloud posse atmos cli (https://github.com/cloudposse/atmos) to add cip's specific commands and package it along with the latest atmos command into a geodesic container image.

Using the image

A prebuilt image is available on Quay.io. To use it, run the image to generate the installation script:

$ docker run -it --rm quay.io/cipcore/cip-atmos | sudo bash

Then, to start the geodesic container using the startup script created by the previous command:

$ cip-atmos

Build the image

You can build your own image with the following:

$ make docker/build