Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
Christoph Görn edited this page Nov 19, 2015 · 5 revisions

Welcome to the Grasshopper wiki!

The first thing to figure out, is if we could generate a Nulecule file from a very well/rich annotated Dockerfile. Yes we can! By using grasshopper nulecule guess:

$ ./grasshopper --experimental nulecule guess test-fixtures/Dockerfile-postgresql.rhel7 
Logging to grasshopper.log
---
specversion: 0.0.2
id: PostgreSQL_9.4
metadata:
  name: "PostgreSQL 9.4"
  appversion: "9.4-1"
  description: "PostgreSQL is an advanced Object-Relational database management system"
requirements:
  - persistentVolume:
    name: "var-lib-psql-data"
    accessMode: "ReadWrite"
    size: 1

Clone this wiki locally